chenzhuoyu / iasm
Interactive Assembler for Go
☆60Updated last week
Related projects ⓘ
Alternatives and complementary repositories for iasm
- ☆111Updated last year
- The assembler from the Go compiler, in library form.☆164Updated 3 years ago
- JIT compile library for Go☆81Updated 4 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated last year
- ☆110Updated last year
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆76Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆52Updated last year
- Golang library for io_uring (without CGO)☆131Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆55Updated 5 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆42Updated 5 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- High performance drop-in replacement of the `encoding/base64` library☆37Updated last year
- Experimental go stack unwinding using frame pointers.☆27Updated last year
- Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.☆54Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆111Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆80Updated 2 months ago
- The `io_uring` library and runtime for GO☆125Updated 2 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.☆176Updated 2 months ago
- Load file-backed memory☆121Updated 2 years ago
- A very fast dynamic Thrift serializer & deserializer.☆113Updated last week
- goroutine local storage (use context instead if possible)☆73Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆110Updated last year
- automate Go compiler comparisons☆24Updated last year
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆111Updated last year
- A spinlock implementation for Go.☆61Updated 3 years ago