Skip to content

dorkbox/Collections

Repository files navigation

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>2.9</version>
    </dependency>
</dependencies>

Gradle Info

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

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.

About

Niche collections to augment what is already available.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages