Probabilistic data structures for good-ish computation.
Note: this library is still WIP
Provides a set of common data structures that exhibit favourable space / time characteristics in exchange for precision.
Add this to your application's shard.yml
:
dependencies:
ish:
github: place-labs/ish
See https://place-labs.github.io/ish/
- Fork it ( https://github.com/place-labs/ish/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Kim Burgess - creator, maintainer