CPU, SIMD & numerics¶
Getting the machine's width out of pure Go, on all six 64-bit targets.
| Organisation | Repos | Site | Docs | What it holds |
|---|---|---|---|---|
go-asmgen |
1 | site | docs | Ergonomic generation of Go-compatible Plan 9 assembly for every 64-bit Go target. |
go-simd |
22 | site | docs | SIMD kernels on all six of Go's 64-bit targets — codecs, hashes, string scans, bitsets, float and int8 dot products. |
go-ndarray |
1 | site | docs | A numpy-shaped n-dimensional array, with GEMM at vecLib parity. |
go-fft |
1 | site | docs | Fast Fourier transforms at numpy and scipy accuracy, without FFTW. |
Counts are public repositories that hold code; brand, docs and landing repositories are excluded.