bytebuffer-collections
ByteBuffer collection classes for java and jvm-based languages.
Benchmarks
To run benchmarks, use the maven benchmark profile:
mvn test -P benchmark
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.metamx |
| Идентификатор | Идентификаторbytebuffer-collections |
| Последняя версия | Последняя версия0.4.1-mmx |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.metamx:bytebuffer-collections
ByteBuffer Collections
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>bytebuffer-collections</artifactId>
<version>0.4.1-mmx</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/
implementation 'com.metamx:bytebuffer-collections:0.4.1-mmx'
// https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/
implementation ("com.metamx:bytebuffer-collections:0.4.1-mmx")
'com.metamx:bytebuffer-collections:jar:0.4.1-mmx'
<dependency org="com.metamx" name="bytebuffer-collections" rev="0.4.1-mmx">
<artifact name="bytebuffer-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='bytebuffer-collections', version='0.4.1-mmx')
)
libraryDependencies += "com.metamx" % "bytebuffer-collections" % "0.4.1-mmx"
[com.metamx/bytebuffer-collections "0.4.1-mmx"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.metamx : extendedset | jar | 1.5.0-mmx |
| com.google.guava : guava | jar | 16.0.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.6 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.6 |
| org.roaringbitmap : RoaringBitmap | jar | 0.5.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.0 |
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
| com.h2database : h2 | jar | 1.4.182 |
ByteBuffer collection classes for java and jvm-based languages.
To run benchmarks, use the maven benchmark profile:
mvn test -P benchmark