Skip to content

Releases: pmcgleenon/heavykeeper-rs

v0.2.4

30 Nov 14:37
cf94795
Compare
Choose a tag to compare

Other

  • Switched to 64 bit counts
  • refactored main program
  • used mmap for reading file
  • modified string processing
  • updated count test

0.2.3

04 Oct 12:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

19 Jun 20:33
4a8e4fe
Compare
Choose a tag to compare

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

08 Jun 09:48
Compare
Choose a tag to compare

First release