chenzhuoyu / iasm
Interactive Assembler for Go
☆64Updated 4 months ago
Alternatives and similar repositories for iasm:
Users that are interested in iasm are comparing it to the libraries listed below
- ☆116Updated last year
- The assembler from the Go compiler, in library form.☆176Updated 4 years ago
- JIT compile library for Go☆83Updated 4 years ago
- ☆118Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Package for getting the runtime ID of a goroutine☆44Updated 9 months ago
- ⚡️ lock-free utilities in Go☆153Updated 9 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated last month
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- goroutine local storage (use context instead if possible)☆75Updated 3 weeks ago
- A very fast dynamic Thrift serializer & deserializer.☆121Updated last week
- Fast event-loop networking for Go (the lite version)☆71Updated 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…☆70Updated 5 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.☆204Updated 6 months 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 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆115Updated 2 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- The `io_uring` library and runtime for GO☆127Updated 2 years ago
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆91Updated 6 months ago
- Off heap golang memory pool☆59Updated 3 years ago
- Load file-backed memory☆120Updated 2 years ago
- Go assembly transpiler for C programming language☆46Updated 2 months ago
- JIT compiler in Go☆235Updated 10 months ago