Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/