Added package hyperloglog (#2630)

This commit is contained in:
Denis Olshin 2023-06-16 10:18:07 +03:00 committed by GitHub
parent b422b33639
commit 0c393273c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]