hitzhangjie / golang-debugger-bookLinks
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,…
☆141Updated 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
Sorting:
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- lock-free queue and other implementations☆129Updated last year
- Patch all Go functions for testing☆259Updated last year
- High performance LRU cache☆236Updated 5 months ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- ☆51Updated 2 years ago
- A curated list of awesome garbage collection resources☆68Updated 3 years ago
- A very fast dynamic Thrift serializer & deserializer.☆126Updated 2 weeks ago
- bpf(2)-based ftrace(1) like function call graph for Go☆24Updated 2 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.☆260Updated 2 years ago
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆39Updated 9 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆140Updated 2 months ago
- ☆75Updated 2 years ago
- 字节内推👇🏻☆60Updated last year
- Go语言猴子补丁框架☆129Updated last year
- ☆141Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Lock-free ring buffer by golang☆52Updated 2 years ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Writing a Interpreter in Go翻译☆98Updated 11 months ago
- Interactive Assembler for Go☆65Updated 8 months ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆77Updated 6 months ago
- extract goroutine id to the out world although it's dangerous and useless.☆59Updated 5 years ago
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)☆172Updated last year
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆181Updated 9 months ago
- auto adjust your GOGC value☆228Updated 10 months ago
- Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.☆60Updated 3 weeks ago
- libbpfgo port of bcc/libbpf-tools☆49Updated last year