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
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- JIT compile library for Go☆83Updated 4 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- ☆118Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 weeks 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
- A very fast dynamic Thrift serializer & deserializer.☆122Updated last week
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- goroutine local storage (use context instead if possible)☆75Updated last month
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆255Updated last year
- Package for getting the runtime ID of a goroutine☆44Updated 10 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- A buffer pool file I/O library for Go☆54Updated 3 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
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ☆50Updated 2 years ago
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- A purego binding for libffi.☆85Updated 2 weeks ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Go expression evaluation comparison☆50Updated last year
- 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
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A faster Protobuf serializer & deserializer.☆91Updated 7 months ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated last month
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆114Updated last year