Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/go-probably
Probabilistic Data Structures for Go
https://github.com/dustin/go-probably
Last synced: about 1 month ago
JSON representation
Probabilistic Data Structures for Go
- Host: GitHub
- URL: https://github.com/dustin/go-probably
- Owner: dustin
- License: other
- Created: 2012-07-28T05:53:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T01:56:34.000Z (over 6 years ago)
- Last Synced: 2024-10-11T14:15:22.545Z (2 months ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dustin/go-probably
- Size: 40 KB
- Stars: 255
- Watchers: 10
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Probabilistic Data Structures
When you need to have a good idea of something, but don't need and/or
can't afford to know *exactly* the right answer, there are
probabilistic data structures.For more how and why, check out [this blog post][blogpost].
[blogpost]: http://blog.gopheracademy.com/advent-2014/go-probably/