twitchyliquid64 / golang-asm
The assembler from the Go compiler, in library form.
☆182Updated 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
- ☆118Updated 2 years ago
- Interactive Assembler for Go☆64Updated 6 months ago
- ☆183Updated 7 years ago
- JIT compiler in Go☆238Updated last year
- JIT compile library for Go☆83Updated 4 years ago
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆175Updated 2 years ago
- ☆119Updated last year
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- sysconf for Go, without using cgo☆144Updated 3 weeks ago
- amd64 instruction assembler☆91Updated 7 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Zero-allocation type-safe pool for Go☆231Updated 2 years ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- Go assembly transpiler for C programming language☆47Updated 3 weeks ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 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.☆209Updated 8 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- Patch all Go functions for testing☆256Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Zero-allocation reflection library for Go☆567Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆491Updated 7 months ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated 2 years ago
- A golang package that allows you to access unexported functions from other packages☆238Updated 4 years ago
- goroutine local storage (use context instead if possible)☆77Updated 2 months ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 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 5 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.☆256Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago