chenzhuoyu / asm2asm
☆118Updated 2 years ago
Alternatives and similar repositories for asm2asm:
Users that are interested in asm2asm are comparing it to the libraries listed below
- Interactive Assembler for Go☆64Updated 6 months ago
- The assembler from the Go compiler, in library form.☆182Updated 4 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- ☆119Updated last year
- JIT compile library for Go☆83Updated 4 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated last week
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆209Updated 8 months ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- A very fast dynamic Thrift serializer & deserializer.☆125Updated last month
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆256Updated 2 years ago
- Patch all Go functions for testing☆256Updated last year
- Zero-allocation type-safe pool for Go☆231Updated 2 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆115Updated last year
- Go assembly transpiler for C programming language☆47Updated 3 weeks ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆116Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- High performance LRU cache☆228Updated 3 months ago
- A fast little LRU cache for Go☆169Updated last year
- A faster Protobuf serializer & deserializer.☆95Updated 8 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- goroutine local storage (use context instead if possible)☆77Updated 2 months ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- ☆183Updated 7 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 11 months ago
- Go语言猴子补丁框架☆128Updated 11 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- sysconf for Go, without using cgo☆144Updated 3 weeks ago