twitchyliquid64 / golang-asm
The assembler from the Go compiler, in library form.
☆166Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for golang-asm
- ☆111Updated last year
- Interactive Assembler for Go☆60Updated 3 weeks ago
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- JIT compiler in Go☆231Updated 6 months ago
- JIT compile library for Go☆82Updated 4 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.☆177Updated 2 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆151Updated 2 years ago
- ☆111Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- ☆173Updated 7 years ago
- Optimized functions for Go using SIMD☆190Updated 4 years ago
- sysconf for Go, without using cgo☆141Updated 2 weeks ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆80Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆215Updated last year
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 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…☆68Updated 5 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆154Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆172Updated 2 years 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.☆244Updated last year
- Zero-allocation type-safe pool for Go☆223Updated last year
- auto adjust your GOGC value☆219Updated 3 months ago
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- A golang package that allows you to access unexported functions from other packages☆234Updated 4 years ago
- amd64 instruction assembler☆91Updated 6 years ago
- Golang library for io_uring (without CGO)☆132Updated 3 years ago
- A fast little LRU cache for Go☆165Updated last year
- goroutine local storage (use context instead if possible)☆73Updated 2 years ago