tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
986 stars 94 forks source link

Replace atomic-polyfill with portable-atomic #231

Closed paolobarbolini closed 2 months ago

paolobarbolini commented 3 months ago

As per the readme, atomic-polyfill is deprecated and has been replaced by portable-atomic.

I can work on this myself when I get the time.