From c14aec55c5e0127530b88989574c3a3ffbc37a41 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 25 Aug 2014 17:10:05 -0400 Subject: [PATCH] Seems like there are many interesting Go packages supporting data structures and fast algorithms. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 242f69b..36c4e8b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Database +*Generic data structures and algorithms for databases in Go.* + +* [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. +* [bloom](https://github.com/dataence/bloom) - Bloom filters implemented in Go. +* [encoding](https://github.com/dataence/encoding) - Integer Compression Libraries for Go. + *Databases implemented in Go.* * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.