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,…
☆125Updated last week
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☆170Updated 3 years ago
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆39Updated 6 months ago
- A curated list of awesome garbage collection resources☆69Updated 3 years ago
- ☆137Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆123Updated last week
- Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.☆58Updated 3 months ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Patch all Go functions for testing☆256Updated last year
- bpf(2)-based ftrace(1) like function call graph for Go☆19Updated last month
- lock-free queue and other implementations☆127Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 7 months ago
- ☆117Updated 2 years ago
- A fast little LRU cache for Go☆167Updated last year
- Interactive Assembler for Go☆64Updated 5 months ago
- libbpfgo port of bcc/libbpf-tools☆49Updated 11 months ago
- Go语言猴子补丁框架☆129Updated 10 months ago
- ☆51Updated 2 years ago
- ☆43Updated 5 months ago
- Performance related examples for Go☆27Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Writing a Interpreter in Go翻译☆95Updated 7 months ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 3 months ago
- WebAssembly for Proxies (Golang host implementation)☆64Updated 8 months 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
- extract goroutine id to the out world although it's dangerous and useless.☆58Updated 4 years ago
- bpf(2)-based ftrace(1)-like function graph tracer for golang processes.☆29Updated last year
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- High performance LRU cache☆224Updated last month
- ☆22Updated 2 years ago