Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 238 Bytes

HyperLogLog

Header-only, basic implementation with modern C++ for HyperLogLog. Also added WASM bindings as a convenience (assumes you have Emscripten set up).

Generate WASM using make hlib, or include in any project with cpp >= 20.