remyoudompheng / bigfftLinks
Big integer multiplication library for Go using Fast Fourier transform
☆79Updated 2 years ago
Alternatives and similar repositories for bigfft
Users that are interested in bigfft are comparing it to the libraries listed below
Sorting:
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- A fast userspace CSPRNG☆92Updated last year
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 6 years ago
- Static bit vector structures library☆72Updated 6 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Provide Golang native SIMD intrinsics on x86/amd64 platform☆47Updated 8 years ago
- Document mathematical Go code beautifully☆204Updated last year
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- amd64 instruction assembler☆90Updated 7 years ago
- An efficient assembly hexadecimal implementation for Golang. [Abandoned].☆26Updated 6 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Pure Go SQLite file reader☆199Updated 2 years ago
- ☆195Updated 8 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- Go implementation of Adiantum☆90Updated last year
- Golang circular (ring) buffer☆177Updated 3 years ago
- xxh3 fast hash function