You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 days ago | |
---|---|---|
gradle/wrapper | 7 days ago | |
src/dorkbox/collections | 7 days ago | |
src9 | 7 days ago | |
.gitignore | 11 months ago | |
LICENSE | 7 days ago | |
LICENSE.Apachev2 | 11 months ago | |
LICENSE.MIT | 11 months ago | |
README.md | 7 days ago | |
build.gradle.kts | 7 days ago | |
gradle.properties | 11 months ago | |
gradlew | 11 months ago | |
gradlew.bat | 11 months ago | |
settings.gradle.kts | 11 months ago |
README.md
Niche collections to augment what is already available.
- LockFree, performant collections/maps/sets/bi-maps
- Thread-safe concurrent iterators
- AhoCorasick finite state machine
- Performant, Primative Maps (int/long/float)
- TimSort
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Collections</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:Collections:1.3")
}
License
This project is © 2022 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.