Skip to content

Releases: pmcgleenon/heavykeeper-rs

v0.6.1

06 Sep 13:37
0a2a663

Choose a tag to compare

Other

  • added Sync to rng
  • Merge pull request #52 from pmcgleenon/dependabot/cargo/criterion-0.7.0

v0.6.0

27 Jul 17:50
6b8c6eb

Choose a tag to compare

Other

  • moved word count to examples & updated dependencies
  • accept borrowed values

v0.5.1

27 Jun 20:14
8c8f23f

Choose a tag to compare

Other

  • Merge pull request #44 from pmcgleenon/dependabot/cargo/mockall-0.13
  • added Send trait to rng

v0.5.0

20 Jun 16:51
1440546

Choose a tag to compare

Other

  • updated decay logic + added tests
  • add increment argument to TopK::add

v0.4.0

31 May 12:03
f346552

Choose a tag to compare

Other

  • Merge pull request #37 from pmcgleenon/dependabot/cargo/criterion-0.6.0
  • [breaking] use reference in add method to avoid cloning

v0.3.1

22 Apr 18:31
e5c80de

Choose a tag to compare

Other

  • fixed clippy warning for manual_hash_one
  • removed unused dependency

v0.3.0

30 Mar 10:21
2e8b26e

Choose a tag to compare

Added

  • try hash composition instead of recalculating new hash
  • replaced external priority queue with internal implementation

v0.2.7

15 Mar 09:18
297cdbf

Choose a tag to compare

Fixed

  • fixed word counting app

Other

  • added script for test data, README tidy-ups

v0.2.6

11 Feb 08:10
f276f18

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

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