Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages