From b7142119de66a9f43f8222f3afc9d8f41734d5e2 Mon Sep 17 00:00:00 2001 From: Diego Bernardes de Sousa Pinto Date: Thu, 28 May 2015 16:44:32 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83b32f15..e9e1261a 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing * [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go * [trie](https://github.com/derekparker/trie) - Trie implementation in Go +* [ttlcache](https://github.com/diegobernardes/ttlcache) - An in-memory LRU string-interface{} map with expiration for golang * [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters. ## Database