An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Niche collections to augment what is already available.

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/Collections) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/Collections) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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.