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. (by minio)
asm
Learning assembly for linux-x64 (by 0xAX)
Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
sha256-simd | asm | |
---|---|---|
2 | 3 | |
889 | 1,882 | |
2.1% | - | |
0.0 | 10.0 | |
4 months ago | almost 3 years ago | |
Go | Assembly | |
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.
sha256-simd
Posts with mentions or reviews of sha256-simd.
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?
SHA256 is high quality but typically a bit slower. Next Go version will have faster SHA256 on some amd64 CPUs - until then you can try sha256-simd which offers the same.
asm
Posts with mentions or reviews of asm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-18.
-
How do I get started?
You can use nasm. Setup WSL2 if you want to follow 0xAX's examples
What are some alternatives?
When comparing sha256-simd and asm you can also consider the following projects:
asm - Go library providing algorithms optimized to leverage the characteristics of modern CPUs
avo - Generate x86 Assembly with Go
tinyfont - Text library for TinyGo displays
cpu - cpu command in Go, inspired by the Plan 9 cpu command
photoscope - Journey into photo management with golang
faasd - A lightweight & portable faas engine
x86_64-windows-hello-world-example - https://www.reddit.com/r/asm/comments/w1rss4/comment/ign3xvg
xxh3 - XXH3 algorithm in Go
x86doc - HTML representation of the Intel x86 instructions documentation.
NFF-Go - NFF-Go -Network Function Framework for GO (former YANFF)