Skip to content

robby031/axhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AxHash

axhash core docs-axhash docs-core

downloads-axhash downloads-core license CI

rust no_std

AxHash is a high-performance deterministic hashing family for Rust and native systems languages.

If you only need AxHash in Rust, start with the axhash crate from this workspace. It is the simplest entrypoint and re-exports the core engine with a friendlier import path.

AxHash is optimized for real-world HashMap workloads, concurrent systems, cache-heavy applications, and high-throughput native runtimes.

Ecosystem

Crate Description
axhash High-performance hashing engine
axhash-map Fast HashMap/HashSet powered by hashbrown
axhash-indexmap Ordered maps with AxHash
axhash-dashmap Concurrent DashMap powered by AxHash

Documentation

  • Usage Guide — Quick start, API examples, package selection
  • Architecture — Directory layout, design principles
  • Algorithm — Hash algorithm overview, dispatch paths, limitations
  • Benchmarks — Performance numbers and scaling data

Workspace Layout

License

MIT

About

Fast non-cryptographic hash function for Rust with no_std support and strong HashMap performance.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors