go-highway
Go implementation of Google's HighwayHash (by dgryski)
highwayhash
Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash (by minio)
go-highway | highwayhash | |
---|---|---|
1 | 2 | |
74 | 900 | |
- | 0.3% | |
10.0 | 4.9 | |
almost 4 years ago | about 1 month ago | |
Python | Go | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-highway
Posts with mentions or reviews of go-highway.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-16.
-
Can I concatenate multiple non-crypto hash functions to reduce collision?
highwayhash (alt) provides 256 bits. Fast mainly for larger inputs and supports seeds.
highwayhash
Posts with mentions or reviews of highwayhash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-16.
-
Can I concatenate multiple non-crypto hash functions to reduce collision?
highwayhash (alt) provides 256 bits. Fast mainly for larger inputs and supports seeds.
-
Fastest way to encode []int8 to bytes hash ?
HighwayHash can produce 256 bit output, if you really need a hash that long.
What are some alternatives?
When comparing go-highway and highwayhash you can also consider the following projects:
sha256-simd - Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
xxh3 - XXH3 algorithm in Go
c2goasm - C to Go Assembly
SimSIMD - Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
xdg-go - Go implementation of the XDG Base Directory Specification and XDG user directories