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,…
☆124Updated this 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
- Patch all Go functions for testing☆254Updated last year
- A curated list of awesome garbage collection resources☆68Updated 3 years ago
- extract goroutine id to the out world although it's dangerous and useless.☆58Updated 4 years ago
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆40Updated 5 months ago
- ☆49Updated last year
- lock-free queue and other implementations☆127Updated last year
- colletions of papers on LSM-Tree☆23Updated 2 years ago
- A very fast dynamic Thrift serializer & deserializer.☆121Updated last week
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)☆167Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Interactive Assembler for Go☆64Updated 3 months ago
- bpf(2)-based ftrace(1) like function call graph for Go☆19Updated this week
- Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.☆58Updated 2 months ago
- ☆75Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆115Updated 2 years ago
- libbpfgo port of bcc/libbpf-tools☆48Updated 10 months ago
- io_uring support for go☆204Updated 4 years ago
- ☆116Updated last year
- B+ Tree☆90Updated 2 years ago
- Go语言猴子补丁框架☆127Updated 9 months ago
- Cases for high concurrency go programs☆11Updated 4 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- bpf(2)-based ftrace(1)-like function graph tracer for golang processes.☆29Updated last year
- ☆26Updated 4 months ago
- 字节内推👇🏻☆54Updated 10 months 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.☆252Updated last year
- A compile-time source code rewritten based mock framework☆25Updated 11 months ago
- High performance LRU cache☆221Updated 2 weeks ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago