twitchyliquid64 / golang-asm
The assembler from the Go compiler, in library form.
☆164Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for golang-asm
- ☆111Updated last year
- Interactive Assembler for Go☆60Updated last week
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- JIT compiler in Go☆229Updated 6 months ago
- ☆172Updated 7 years ago
- Optimized functions for Go using SIMD☆190Updated 4 years ago
- ☆110Updated last year
- JIT compile library for Go☆81Updated 4 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆76Updated last year
- Golang library for io_uring (without CGO)☆131Updated 3 years ago
- [mirror] architecture code☆147Updated this week
- Server for benchmarking pure Go key/value databases☆154Updated last year
- Go assembly transpiler for C programming language☆38Updated 3 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- amd64 instruction assembler☆91Updated 6 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.☆176Updated 2 months ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆80Updated last year
- Zero-allocation type-safe pool for Go☆223Updated last year
- goroutine local storage (use context instead if possible)☆73Updated 2 years ago
- Fast resizable golang semaphore primitive☆173Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆111Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 4 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆469Updated last month
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆150Updated last year
- Non-Invasive goroutine inspector☆91Updated 10 months ago