From ca54e7137f2759cefb7cbf3798dcfe1b1185635d Mon Sep 17 00:00:00 2001 From: drdr xp Date: Thu, 12 Sep 2019 19:53:14 +0800 Subject: [PATCH] doc: settings: update description --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 34abefcd..07340826 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -3,6 +3,6 @@ _extends: gh-config repository: name: slim - description: Unbelievably space efficient data structures in Golang. + description: Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get). homepage: https://openacid.github.io/ topics: go, golang, memory, compacted, compress, datastructure, trie, tree