SaaSHub helps you find the best software and product alternatives Learn more →
Xxhash Alternatives
Similar projects and alternatives to xxhash
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
fdupes
FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better xxhash alternative or higher similarity.
xxhash discussion
xxhash reviews and mentions
Posts with mentions or reviews of xxhash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-09.
-
SIMD in Go
For my zstd port I use https://github.com/cespare/xxhash - which has arm64/amd64 assembly. The point isn't to compare against Go code. The point is to compare against assembly. It is IMO close to pointless to write intrinsics, if it is slower than assembly - you might as well write assembly from the beginning.
-
GO tools for inspecting package usage
It would be nice to if there a cli tool built into go tooling that allows us to query the golang proxy where i can find all packages using "github.com/cespare/xxhash/v2" sorted by the highest number of "imported by".
-
Portal: a CLI file transfer utility from any computer to another
Croc uses https://github.com/cespare/xxhash, which happens to be used by CNCF Prometheus and InfuxDB.
-
HaxMap, a concurrent hashmap faster and more memory-efficient than golang's sync.Map
Nopes, the hashing algorithm was exclusively meant for 64 bit archs https://github.com/cespare/xxhash hence it will show invalid results on any 32 bit architectures.
-
Show Golang: dskDitto - Small go utility to find file duplicates rapidly
Have you considered using xxhash?
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Stats
Basic xxhash repo stats
7
1,858
3.3
7 months ago
cespare/xxhash is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of xxhash is Go.