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.3
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.5
Choose a head ref
  • 6 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    8332f50 View commit details
    Browse the repository at this point in the history
  2. Remove most unsafe code (#162)

    The only remaining `unsafe` code is used to call SIMD intrinsics.
    
    Co-authored-by: Tom Kaitchuck <tkaitchuck@users.noreply.github.com>
    joshlf and tkaitchuck authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a74829b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. dustoff ahash-compare (#165)

    fixes some issues that block building ahash-compare
    updates dependencies
    replace twoxhash with the newer xxhash-rust
    chris-ha458 authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d9b5c3f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Strengthen fastpath (#169)

    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>
    tkaitchuck authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    17fbe6c View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.8.4

    Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
    tkaitchuck committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a57f243 View commit details
    Browse the repository at this point in the history
  3. fix: #170 compile fail on aarch64 (#171)

    compile fail on aarch64
    
    Co-authored-by: Joshua Liebow-Feeser <joshlf@users.noreply.github.com>
    Co-authored-by: Joshua Liebow-Feeser <joshlf@users.noreply.github.com>
    Co-authored-by: Tom Kaitchuck <tkaitchuck@users.noreply.github.com>
    3 people authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7bbbd83 View commit details
    Browse the repository at this point in the history
Loading