File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5 - Performance, Filter Trait, Rust 2018
4+
5+ ### Global
6+ - benchmarking system
7+ - improved hash performance
8+ - various tiny documentation improvements
9+ - misc performance improvements
10+ - use stdlib ` BuildHasherDefault ` instead of own version
11+ - make all containers typed and implement ` AnyHash ` for dynamically typed containers
12+ - enforce formatting in CI
13+ - Rust 2018
14+
15+ ### Dependencies
16+ - update bytecount to 0.4
17+ - update rand to 0.6
18+
19+ ### HyperLogLog
20+ - implement ` relative_error `
21+ - enhanced bias correction
22+ - extend value range for ` b `
23+
24+ ### Filters
25+ - unified trait-based filter interface
26+ - add QuotientFilter
27+
28+
329## 0.4 - CuckooFilter, API Improvements, Docs
430
531- CountMinSketch: use ` num-traits ` as counters, ` add_n ` takes element by reference
Original file line number Diff line number Diff line change 11[package ]
22name = " pdatastructs"
3- version = " 0.4 .0"
3+ version = " 0.5 .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