twitchyliquid64 / golang-asm
The assembler from the Go compiler, in library form.
☆183Updated 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
Sorting:
- ☆119Updated 2 years ago
- ☆183Updated 7 years ago
- Interactive Assembler for Go☆64Updated 6 months ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- JIT compile library for Go☆83Updated 5 years ago
- JIT compiler in Go☆237Updated last year
- ☆121Updated last year
- Optimized functions for Go using SIMD☆194Updated 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.☆210Updated 8 months ago
- sysconf for Go, without using cgo☆144Updated 2 weeks ago
- A golang package that allows you to access unexported functions from other packages☆238Updated 4 years ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- Zero-allocation type-safe pool for Go☆232Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 8 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 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.☆257Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆159Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆177Updated 2 years ago
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆181Updated 8 months ago
- Go expression evaluation comparison☆50Updated last year
- a library to curb OOMs by running Go GC according to a user-defined policy.☆82Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Go 1.18+ generic tuple☆92Updated last year
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- Go assembly transpiler for C programming language☆47Updated last week
- 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