Go to file
Robinson a4c33b53d5
Initial commit of split off of Utilities project
2022-03-19 17:07:21 +01:00
src/dorkbox/collections Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
src9 Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
.gitignore Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
LICENSE Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
LICENSE.Apachev2 Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
README.md Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
build.gradle.kts Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
gradle.properties Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00
settings.gradle.kts Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00

README.md

Niche collections to augment what is already available.

Dorkbox Github Gitlab
  • 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.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:Collections:1.0")
}

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.