twitchyliquid64 / golang-asmLinks
The assembler from the Go compiler, in library form.
☆188Updated 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:
- ☆121Updated 2 years ago
- Interactive Assembler for Go☆65Updated 8 months ago
- ☆184Updated 7 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- JIT compiler in Go☆240Updated last year
- JIT compile library for Go☆83Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- ☆121Updated last year
- auto adjust your GOGC value☆228Updated 10 months ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Optimized functions for Go using SIMD☆194Updated 4 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☆235Updated 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.☆211Updated 10 months ago
- Go assembly transpiler for C programming language☆94Updated last week
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆161Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- Go expression evaluation comparison☆50Updated last year
- goroutine local storage (use context instead if possible)☆77Updated 4 months ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- A very fast dynamic Thrift serializer & deserializer.☆126Updated 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 6 years ago
- A highly optimized double-ended queue☆200Updated last year
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆180Updated 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.☆258Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆196Updated last year