twitchyliquid64 / golang-asmLinks
The assembler from the Go compiler, in library form.
☆193Updated 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:
- ☆124Updated 2 years ago
- Interactive Assembler for Go☆65Updated 10 months ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- JIT compile library for Go☆84Updated 5 years ago
- ☆122Updated 2 years ago
- JIT compiler in Go☆243Updated last year
- ☆191Updated 8 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.☆218Updated last year
- sysconf for Go, without using cgo☆145Updated last week
- Tool to generate BYTE sequences for Go assembly as generated by YASM☆181Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 3 years ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- The `io_uring` library and runtime for GO☆144Updated 4 months 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.☆261Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 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 6 years ago
- goroutine local storage (use context instead if possible)☆78Updated 6 months ago
- auto adjust your GOGC value☆228Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆181Updated 11 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- This is library for the Go language to enable use of Direct IO under all OSes☆334Updated last year
- a library to curb OOMs by running Go GC according to a user-defined policy.☆83Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- System V shared memory functions in pure Go.☆134Updated 11 months ago
- Go assembly transpiler for C programming language☆103Updated last week
- Server for benchmarking pure Go key/value databases☆161Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆236Updated 5 years ago
- dlopen in go without cgo☆204Updated 6 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago