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
Alternatives and similar repositories for golang-debugger-book:
Users that are interested in golang-debugger-book are comparing it to the libraries listed below
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆169Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- Interactive Assembler for Go☆63Updated 2 months ago
- ☆137Updated 9 months ago
- Cases for high concurrency go programs☆11Updated 4 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆114Updated 2 years ago
- High performance LRU cache☆219Updated last month
- ☆75Updated last year
- ☆49Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆120Updated last week
- ☆24Updated 4 months ago
- A curated list of awesome garbage collection resources☆68Updated 3 years ago
- ☆114Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Patch all Go functions for testing☆254Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ⚡️ lock-free utilities in Go☆151Updated 8 months ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆40Updated 3 months ago
- A compile-time source code rewritten based mock framework☆25Updated 10 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 5 months ago
- Go语言猴子补丁框架☆125Updated 8 months ago
- Experimental packages not in std and golang.org/exp☆78Updated 3 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 2 years ago
- Writing a Interpreter in Go翻译☆94Updated 5 months ago
- Performance related examples for Go☆27Updated 11 months ago
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆38Updated 3 years ago
- The assembler from the Go compiler, in library form.☆170Updated 4 years ago
- 字节内推👇🏻☆53Updated 9 months ago
- Lock-free ring buffer by golang☆50Updated 2 years ago