From 0c393273c7a466a4328c1c125673e7d0ca2da908 Mon Sep 17 00:00:00 2001 From: Denis Olshin Date: Fri, 16 Jun 2023 10:18:07 +0300 Subject: [PATCH] Added package hyperloglog (#2630) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index c898bdb..84005f2 100644 --- a/packages.json +++ b/packages.json @@ -30554,5 +30554,21 @@ "license": "GPL-3.0-only", "web": "https://github.com/nirokay/nimegenerator", "doc": "https://nirokay.github.io/nim-docs/nimegenerator/nimegenerator.html" + }, + { + "name": "hyperloglog", + "url": "https://github.com/deNULL/hyperloglog", + "method": "git", + "tags": [ + "hyperloglog", + "hll", + "data-structure", + "count-distinct", + "cardinality", + "sets" + ], + "description": "A HyperLogLog data structure implementation in Nim", + "license": "MIT", + "web": "https://github.com/deNULL/hyperloglog" } ]