twitchyliquid64 / golang-asmLinks
The assembler from the Go compiler, in library form.
☆194Updated 4 years ago
Alternatives and similar repositories for golang-asm
Users that are interested in golang-asm are comparing it to the libraries listed below
Sorting:
- ☆126Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- JIT compiler in Go☆244Updated last year
- JIT compile library for Go☆84Updated 5 years ago
- ☆193Updated 8 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆219Updated last year
- Interactive Assembler for Go☆66Updated 10 months ago
- ☆122Updated 2 years ago
- Optimized functions for Go using SIMD☆191Updated 4 years ago
- amd64 instruction assembler☆90Updated 7 years ago
- This is library for the Go language to enable use of Direct IO under all OSes☆334Updated 2 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- auto adjust your GOGC value☆228Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆262Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆181Updated 2 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- sysconf for Go, without using cgo☆145Updated 2 weeks ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 4 months ago
- Fast, fully fledged murmur3 in Go.☆345Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆79Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- concurrency utilities☆301Updated 6 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…☆69Updated 6 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆83Updated 2 years ago