chenzhuoyu / iasmLinks
Interactive Assembler for Go
☆64Updated 6 months ago
Alternatives and similar repositories for iasm
Users that are interested in iasm are comparing it to the libraries listed below
Sorting:
- The assembler from the Go compiler, in library form.☆183Updated 4 years ago
- JIT compile library for Go☆83Updated 5 years ago
- ☆119Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- ☆121Updated last year
- ⚡️ lock-free utilities in Go☆156Updated last year
- 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
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆45Updated last year
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- Go assembly transpiler for C programming language☆47Updated this week
- High performance drop-in replacement of the `encoding/base64` library☆37Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆126Updated last month
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆115Updated this week
- ☆80Updated 2 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Go expression evaluation comparison☆50Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- a library to curb OOMs by running Go GC according to a user-defined policy.☆82Updated 2 years ago
- Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.☆54Updated 3 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- ☆38Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- goroutine local storage (use context instead if possible)☆77Updated 3 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.☆257Updated 2 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