From fb54af4ca0b906a15c72e7c1c540ec4f931d09f7 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sun, 29 Mar 2020 12:49:47 -0400 Subject: [PATCH] Add AdIx. (#1417) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index ad925d5..dabf7bc 100644 --- a/packages.json +++ b/packages.json @@ -17188,5 +17188,25 @@ "description": "The image management library written in Nim.", "license": "MIT", "web": "https://github.com/ethosa/nimage" + }, + { + "name": "adix", + "url": "https://github.com/c-blake/adix", + "method": "git", + "tags": [ + "library", + "dictionary", + "hash tables", + "data structures", + "hash", + "compact", + "Fenwick tree", + "BIST", + "binary trees", + "B-Tree" + ], + "description": "An Adaptive Index Library For Nim", + "license": "MIT", + "web": "https://github.com/c-blake/adix" } ]