Skip to content

Commit

Permalink
Strengthen fastpath (#169) (#175)
Browse files Browse the repository at this point in the history
This change adds a test which probes for issues with sparse inputs on the fast path.

This fixes #163 in multiple ways. Each of the improvements have been tested individually and in various combinations with weakened versions of other parts of the algorithm to insure they work as intended and provide a benefit.

Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
  • Loading branch information
tkaitchuck committed Oct 23, 2023
1 parent 0847da5 commit 6d1e836
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ahash"
version = "0.7.6"
version = "0.7.7"
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A non-cryptographic hash function using AES-NI for high performance"
Expand Down

0 comments on commit 6d1e836

Please sign in to comment.