Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tkaitchuck/aHash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.9
Choose a base ref
...
head repository: tkaitchuck/aHash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.11
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 27, 2024

  1. Issue 210: Strengthen fastpath for u64 hashes (#211)

    * Strengthen fastpath for u64 hashes
    
    ---------
    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f29d59e View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.8.10

    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    545a200 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Issue 210: Fast path hardening take 2 (#215)

    * Reverts the basic fast path for u64 to be two folded multiplies.
    
    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f792142 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.8.11

    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    db36e4c View commit details
    Browse the repository at this point in the history
Loading