SparseBitmap

Alternative compressed bitmap implementations in Java such as JavaEWAH can be a bit overengineered. The goal of this project is to come up with a very simple alternative that has good performance.

Лицензия

Лицензия

Группа

Группа

com.googlecode.sparsebitmap
Идентификатор

Идентификатор

SparseBitmap
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

SparseBitmap
Alternative compressed bitmap implementations in Java such as JavaEWAH can be a bit overengineered. The goal of this project is to come up with a very simple alternative that has good performance.
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/sparsebitmap/

Скачать SparseBitmap

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/ -->
<dependency>
    <groupId>com.googlecode.sparsebitmap</groupId>
    <artifactId>SparseBitmap</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/
implementation 'com.googlecode.sparsebitmap:SparseBitmap:0.0.4'
// https://jarcasting.com/artifacts/com.googlecode.sparsebitmap/SparseBitmap/
implementation ("com.googlecode.sparsebitmap:SparseBitmap:0.0.4")
'com.googlecode.sparsebitmap:SparseBitmap:jar:0.0.4'
<dependency org="com.googlecode.sparsebitmap" name="SparseBitmap" rev="0.0.4">
  <artifact name="SparseBitmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sparsebitmap', module='SparseBitmap', version='0.0.4')
)
libraryDependencies += "com.googlecode.sparsebitmap" % "SparseBitmap" % "0.0.4"
[com.googlecode.sparsebitmap/SparseBitmap "0.0.4"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.0.4
0.0.3
0.0.2