aHash icon indicating copy to clipboard operation
aHash copied to clipboard

Expose specialized versions of `AHasher` through `specialized-hashers` feature

Open fu5ha opened this issue 1 year ago • 1 comments

This adds a specialized-hashers feature which exposes the existing specialized hasher implementations that were under the nightly-only specialization feature for manual use. To support this, also adds BuildAHasherU64, BuildAHasherFixed, and BuildAHasherStr types that can be used in places that expect BuildHashers and which leverage existing infrastructure to create these specialized versions of hashers.

fu5ha avatar May 08 '23 14:05 fu5ha