License |
License |
---|---|
GroupId | GroupIdcom.metamx |
ArtifactId | ArtifactIdextendedset |
Last Version | Last Version1.5.0-mmx |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.metamx:extendedset
Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro
Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/docs/concise.pdf
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
extendedset-1.5.0-mmx.pom | |
extendedset-1.5.0-mmx.jar | 220 KB |
extendedset-1.5.0-mmx-sources.jar | 121 KB |
extendedset-1.5.0-mmx-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metamx/extendedset/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>extendedset</artifactId>
<version>1.5.0-mmx</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/extendedset/
implementation 'com.metamx:extendedset:1.5.0-mmx'
// https://jarcasting.com/artifacts/com.metamx/extendedset/
implementation ("com.metamx:extendedset:1.5.0-mmx")
'com.metamx:extendedset:jar:1.5.0-mmx'
<dependency org="com.metamx" name="extendedset" rev="1.5.0-mmx">
<artifact name="extendedset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='extendedset', version='1.5.0-mmx')
)
libraryDependencies += "com.metamx" % "extendedset" % "1.5.0-mmx"
[com.metamx/extendedset "1.5.0-mmx"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 16.0.1 |
org.roaringbitmap : RoaringBitmap | jar | 0.5.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |