xxhash
brew install xxhash
v0.8.3
BSD-2-Clause AND GPL-2.0-or-later
Extremely fast non-cryptographic hash algorithm library for checksums and hash tables.
Why you might care
xxHash is orders of magnitude faster than MD5 or SHA1 for non-security use cases like data deduplication, checksums, and hash table seeding. It's a C library with single-binary tools, commonly used as a build dependency in compression and storage systems. Use when you need speed over cryptographic guarantees.
16.1k
30-day installs · #268
50.4k
90-day · #275
210.0k
365-day · #271
Build dependencies
Links
- https://xxhash.com
- Brew formula source: Formula/x/xxhash.rb
Blurb generated by claude-haiku-4-5 on 2mo ago.
Raw metadata
{
"aliases": [],
"alternatives": [
"MD5",
"SHA1",
"MurmurHash",
"BLAKE3"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"hash"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Extremely fast non-cryptographic hash algorithm",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:46+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "xxhash",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://xxhash.com",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "xxHash - Extremely fast non-cryptographic hash algorithm",
"installs_30d": 16088,
"installs_365d": 209969,
"installs_90d": 50370,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-2-Clause AND GPL-2.0-or-later",
"llm_generated_at": "2026-06-20T23:43:48+00:00",
"llm_model": "claude-haiku-4-5",
"name": "xxhash",
"oldnames": [],
"one_liner": "Extremely fast non-cryptographic hash algorithm library for checksums and hash tables.",
"optional_dependencies": [],
"rank_30d": 268,
"rank_365d": 271,
"rank_90d": 275,
"raw_hash": "db1bbfa391577bb1",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/x/xxhash.rb",
"tap": "homebrew/core",
"test_dependencies": [
"cmake"
],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.8.3",
"versioned_formulae": [],
"why_use_this": "xxHash is orders of magnitude faster than MD5 or SHA1 for non-security use cases like data deduplication, checksums, and hash table seeding. It\u0027s a C library with single-binary tools, commonly used as a build dependency in compression and storage systems. Use when you need speed over cryptographic guarantees."
}