Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Go Avx512 Projects
-
Looks like they switched from AGPL to Apache 2 last week?
https://github.com/SnellerInc/sneller/commit/05410a85f900e02...
-
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.
Project mention: Can I concatenate multiple non-crypto hash functions to reduce collision? | /r/golang | 2023-05-16SHA256 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.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Go Avx512 related posts
- Sneller: SQL for JSON at Scale
- Sneller: Vectorized SQL for JSON at scale: fast, simple, schemaless
- Sneller: Building a SQL VM in AVX-512 Assembly
- Sneller: Vectorized SQL for JSON at scale: fast, simple, schemaless
- Accelerated SQL for JSON with AVX512 (Golang)
- Ask HN: Any project ideas for a newbie to x64 assembler?
- Sneller: A high-performance vectorized SQL engine for JSON in Golang
-
A note from our sponsor - Onboard AI
getonboard.dev | 4 Oct 2023
Index
Project | Stars | |
---|---|---|
1 | sneller | 892 |
2 | sha256-simd | 889 |