chenzhuoyu / iasm
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
- ☆118Updated 2 years ago
- The assembler from the Go compiler, in library form.☆183Updated 4 years ago
- JIT compile library for Go☆83Updated 4 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- ☆120Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- ⚡️ lock-free utilities in Go☆156Updated 11 months 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 11 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated this week
- A very fast dynamic Thrift serializer & deserializer.☆125Updated last month
- Go assembly transpiler for C programming language☆47Updated last month
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A fast little LRU cache for Go☆170Updated last year
- Fast event-loop networking for Go (the lite version)☆72Updated 4 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 5 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆115Updated last year
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 months ago
- ☆51Updated 2 years ago
- goroutine local storage (use context instead if possible)☆77Updated 2 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.☆256Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆116Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆114Updated 2 years ago
- The `io_uring` library and runtime for GO☆130Updated last week