chenzhuoyu / asm2asmLinks
☆122Updated 2 years ago
Alternatives and similar repositories for asm2asm
Users that are interested in asm2asm are comparing it to the libraries listed below
Sorting:
- The assembler from the Go compiler, in library form.☆188Updated 4 years ago
- Interactive Assembler for Go☆65Updated 8 months ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆212Updated 10 months ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- The `io_uring` library and runtime for GO☆135Updated 2 months ago
- ☆121Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆140Updated 2 months ago
- ☆188Updated 7 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- JIT compile library for Go☆83Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa