https://github.com/dorkbox/collections
Niche collections to augment what is already available.
https://github.com/dorkbox/collections
Last synced: over 1 year ago
JSON representation
Niche collections to augment what is already available.
- Host: GitHub
- URL: https://github.com/dorkbox/collections
- Owner: dorkbox
- License: other
- Created: 2022-08-08T14:50:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T11:58:10.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:01.721Z (over 1 year ago)
- Language: Kotlin
- Size: 728 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Niche collections to augment what is already available.
###### [](https://git.dorkbox.com/dorkbox/Collections) [](https://github.com/dorkbox/Collections) [](https://gitlab.com/dorkbox/Collections)
* LockFree, performant collections/maps/sets/bi-maps
* Thread-safe concurrent iterators
* AhoCorasick finite state machine
* Performant, Primative Maps (int/long/float)
* TimSort
Maven Info
---------
```
...
com.dorkbox
Collections
2.8
```
Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:Collections:2.8")
}
```
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.