Skip to content
/ q-digest Public

Implementation of the q-digest algorithm in c++.

Notifications You must be signed in to change notification settings

vdcn1/q-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q-Digest

Compile

The algorithm can be compiled. g++ q-digest.cpp -o output_file under src/ directory.

Running

The program receives arguments that can be listed in --help.

Future improvements

Dynamic allocate all the tree nodes, and adjust the quantile query.

About

Implementation of the q-digest algorithm in c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages