Skip to content

MarkoMin/cvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvm

Implementation of CVM algorithm in Erlang.

Build

rebar3 compile

Run tests

rebar3 ct

Run your own examples in REPL

rebar3 shell
...
1> MyList = [Elem1, Elem2, ...].

2> cvm_utils:test(MyList).

About

Implementation of CVM algorithm for estimating number of distinct elements in large streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages