A curated collection of papers on streaming algorithms
If you have papers you want to add, make a pull request. Categories are wide open right now, so just put in a folder that makes sense to you and we'll figure it out.
distinct_value_counting/Probabilistic_Multiplicity_Counting-Lieven2010a.pdf
Known Implementations
- seiflotfy/pmc - Go
- sorenmacbeth/runpmc - Clojure
===
Data Streams as Random Permutations: the Distinct Element Problem - Helmi, Lumbroso, Martinez, Viola
distinct_value_counting/data_streams_as_random_permutations.pdf
Known Implementations:
- cscotta/recordinality - Java
===
Dynamic Histograms: Capturing Evolving Data Sets - Donko Donjerkovic, Yannis Ioannidis, Raghu Ramakrishnan
distribution_functions/dynamic-histograms.pdf
Known Implementations:
- bigmlcom/histogram - Clojure
- bmizerany/perks - Go
- d2fn/shades-rb - Ruby
===
Effective Computation of Biased Quantiles over Data Streams: Cormode, Korn, Muthukrishnan, Srivastava
distribution_functions/bquant.pdf
Known Implementations:
- bmizerany/perks - Go