petermattis / fastcgoLinks
☆197Updated 8 years ago
Alternatives and similar repositories for fastcgo
Users that are interested in fastcgo are comparing it to the libraries listed below
Sorting:
- Optimized functions for Go using SIMD☆192Updated 5 years ago
- 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
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆182Updated 3 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- amd64 instruction assembler☆90Updated 7 years ago
- The assembler from the Go compiler, in library form.☆202Updated 5 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- dlopen in go without cgo☆208Updated 6 years ago
- SIMD for Go☆164Updated 8 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Go assembly transpiler for C programming language support amd64, arm64, riscv64, and loong64☆110Updated last week
- ☆127Updated 2 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- JIT compiler in Go☆246Updated last year
- io_uring support for go☆206Updated 5 years ago
- JIT compile library for Go☆84Updated 5 years ago
- Bindings for the LMDB C library☆167Updated 3 years ago
- The fastest way to xor bytes in Go☆75Updated 4 years ago
- Minimal perfect hashing in Go☆74Updated 3 years ago
- gotiny 是一个高效的golang序列化库。☆103Updated last year
- Storing strings without GC overhead☆85Updated last month
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- The `io_uring` library and runtime for GO☆157Updated 8 months ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- fast int64-int64 map for go☆100Updated 2 months ago
- Fast division, modulus and divisibility checks in Go for divisors known only at runtime.☆118Updated 6 years ago
- Wrapper for curve25519-dalek using rustgo, a technique to directly call Rust code from Go programs with near-zero overhead, meant to repl…☆127Updated 7 years ago
- System V shared memory functions in pure Go.☆134Updated last year