bytebuffer-collections
ByteBuffer collection classes for java and jvm-based languages.
Benchmarks
To run benchmarks, use the maven benchmark profile:
mvn test -P benchmark
License |
License |
---|---|
GroupId | GroupIdcom.metamx |
ArtifactId | ArtifactIdbytebuffer-collections |
Last Version | Last Version0.4.1-mmx |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.metamx:bytebuffer-collections
ByteBuffer Collections
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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