Releases: pmcgleenon/heavykeeper-rs
Releases · pmcgleenon/heavykeeper-rs
v0.2.6
v0.2.5
Other
- random - dependabot upgrade
- Update rand requirement from 0.8.5 to 0.9.0
- Update rand_distr requirement from 0.4.3 to 0.5.0
v0.2.4
Other
- Switched to 64 bit counts
- refactored main program
- used mmap for reading file
- modified string processing
- updated count test
0.2.3
What's Changed
- added reference implementations to README, python test data generator by @pmcgleenon in #5
- Updated priority queue dependency by @pmcgleenon in #6
- Misc updates by @pmcgleenon in #7
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- Added APACHE-2.0 license, some packaging updates by @pmcgleenon in #2
- Replaced min-heap with version that allows in-place updates by @pmcgleenon in #3
- optimization - skip min-heap stuff if this item's count is lower than min by @pmcgleenon in #4
Full Changelog: 0.2.1...0.2.2
0.2.1
First release