twitchyliquid64 / golang-asm
The assembler from the Go compiler, in library form.
☆176Updated 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
- ☆116Updated last year
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- ☆182Updated 7 years ago
- JIT compile library for Go☆83Updated 4 years ago
- JIT compiler in Go☆236Updated 10 months ago
- Interactive Assembler for Go☆64Updated 4 months ago
- ☆118Updated last year
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆174Updated 2 years ago
- sysconf for Go, without using cgo☆141Updated this week
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- auto adjust your GOGC value☆226Updated 7 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated last year
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆181Updated 6 months ago
- Basic Markdown parser and HTML generator☆90Updated 3 months 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.☆206Updated 6 months 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…☆70Updated 5 years ago
- amd64 instruction assembler☆90Updated 7 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- goroutine local storage (use context instead if possible)☆75Updated last month
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 7 months ago