An open API service indexing awesome lists of open source software.

https://github.com/hoytech/count-distinct-benchmark

Simple benchmark for counting distinct integers
https://github.com/hoytech/count-distinct-benchmark

Last synced: 4 months ago
JSON representation

Simple benchmark for counting distinct integers

Awesome Lists containing this project

README

          

# Count Distinct Benchmark

This repo contains a copy of Daniel Lemire's benchmark to count the number of unique 64 bit integers. I've updated it to support Judy arrays.

[My blog post with results](https://logperiodic.com/blog/2017/05/counting-distinct-elements-judy-arrays)

[Daniel Lemire's original blog post](http://lemire.me/blog/2017/05/23/counting-exactly-the-number-of-distinct-elements-sorted-arrays-vs-hash-sets/)

[Judy arrays](http://judy.sourceforge.net/)