hitzhangjie / golang-debugger-book
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…
☆123Updated last year
Related projects ⓘ
Alternatives and complementary repositories for golang-debugger-book
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- Patch all Go functions for testing☆254Updated 11 months ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆76Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆114Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆113Updated this week
- ☆111Updated last year
- ☆138Updated 7 months ago
- TiExec tries to alleviate the iTLB-Cache-Miss problem of the application it loaded, so it will bring some direct performance improvement …☆40Updated 2 years ago
- colletions of papers on LSM-Tree☆23Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- A curated list of awesome garbage collection resources☆70Updated 3 years ago
- Lock-free ring buffer by golang☆49Updated last year
- Interactive Assembler for Go☆60Updated 3 weeks ago
- 自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book☆82Updated 3 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Go语言猴子补丁框架☆124Updated 6 months ago
- Cases for high concurrency go programs☆11Updated 3 years ago
- High performance LRU cache☆204Updated 2 weeks ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated last year
- extract goroutine id to the out world although it's dangerous and useless.☆58Updated 4 years ago
- A high-performance timeline tracing library for Golang, used by TiDB☆46Updated 3 weeks ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 3 months ago
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)☆162Updated 11 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆151Updated 2 years ago
- ☆74Updated last year
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- The assembler from the Go compiler, in library form.☆166Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 3 years 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.☆243Updated last year
- Go implementation of B plus tree☆33Updated 2 years ago