Skip to content

An implementation of HyperLogLog using modern C++. Also has wasm bindings

License

Notifications You must be signed in to change notification settings

shivghai/hyperloglog-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of HyperLogLog using modern C++. Also has wasm bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published