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.☆189Updated 4 years ago
- Interactive Assembler for Go☆65Updated 9 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
- ⚡️ 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.☆213Updated 11 months ago
- The `io_uring` library and runtime for GO☆136Updated 3 months ago
- ☆121Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆140Updated 2 months ago
- sysconf for Go, without using cgo☆144Updated last week
- JIT compile library for Go☆84Updated 5 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
- Server for benchmarking pure Go key/value databases☆161Updated 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
- goroutine local storage (use context instead if possible)☆77Updated 5 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- ☆190Updated 7 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated 2 years ago
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- auto adjust your GOGC value☆228Updated 11 months ago
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆120Updated 3 weeks ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A fast little LRU cache for Go☆171Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- Go assembly transpiler for C programming language☆97Updated this week
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆103Updated 5 months ago
- High performance LRU cache☆237Updated 5 months ago
- A highly optimized double-ended queue☆201Updated last year
- System V shared memory functions in pure Go.☆133Updated 10 months ago