File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.5 - Performance, Filter Trait, Rust 2018
3+ ## 0.6 --- T-Digest, Lossy Counter
4+
5+ ### T-Digest
6+ - new and shiny
7+
8+ ### Filters
9+ - improve documentation of BloomFilter
10+
11+ ### Top-K
12+ - rename former Top-K to CMS Heap
13+ - add Lossy Counter implementation
14+
15+ ### CountMinSketch
16+ - ` add ` and ` add_n ` now return count after addition operation
17+
18+ ### Dependencies
19+ - update bytecount to 0.5
20+
21+ ## 0.5 --- Performance, Filter Trait, Rust 2018
422
523### Global
624- benchmarking system
2644- add QuotientFilter
2745
2846
29- ## 0.4 - CuckooFilter, API Improvements, Docs
47+ ## 0.4 --- CuckooFilter, API Improvements, Docs
3048
3149- CountMinSketch: use ` num-traits ` as counters, ` add_n ` takes element by reference
3250- CuckooFilter: new!
Original file line number Diff line number Diff line change 11[package ]
22name = " pdatastructs"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Marco Neumann <marco@crepererum.net>" ]
55license = " MIT/Apache-2.0"
66keywords = [
You can’t perform that action at this time.
0 commit comments