From 272305844ff06af4d303ab0401d8d27413ffaf6c Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 13 Nov 2014 13:25:05 -0700 Subject: [PATCH] Added derekparker/trie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21a6d7d4..4820a0e3 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bloom](https://github.com/dataence/bloom) - Bloom filters implemented in Go. * [encoding](https://github.com/dataence/encoding) - Integer Compression Libraries for Go. * [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing +* [trie](https://github.com/derekparker/trie) - Trie implementation in Go *Databases implemented in Go.*