Skip to content

Releases: pmcgleenon/heavykeeper-rs

v0.2.6

11 Feb 08:10
f276f18
Compare
Choose a tag to compare

Added

  • added merge API to merge heavykeeper structs

Other

  • added badges for crate, license, github status

v0.2.5

06 Feb 21:07
765fa61
Compare
Choose a tag to compare

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

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