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,…
☆147Updated 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
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆40Updated 11 months ago
- lock-free queue and other implementations☆129Updated last year
- A very fast dynamic Thrift serializer & deserializer.☆127Updated last week
- Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.☆60Updated 2 months ago
- A curated list of awesome garbage collection resources☆68Updated 4 years ago
- Patch all Go functions for testing☆260Updated last year
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)☆173Updated last year
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- ☆75Updated 2 years ago
- High performance LRU cache☆238Updated 7 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.☆261Updated 2 years ago
- ☆26Updated last month
- bpf(2)-based ftrace(1) like function call graph for Go☆24Updated 4 months ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- Linux archive for studying the process scheduler. 调度系统设计精要 http://draveness.me/system-design-scheduler☆93Updated 5 years ago
- Kusion Cookbook☆38Updated 2 years ago
- ☆57Updated 2 months ago
- ☆29Updated 3 years ago
- Writing a Interpreter in Go翻译☆100Updated last year
- auto adjust your GOGC value☆228Updated last year
- A compile-time source code rewritten based mock framework☆25Updated last year
- ☆51Updated 2 years ago
- extract goroutine id to the out world although it's dangerous and useless.☆59Updated 5 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- libbpfgo port of bcc/libbpf-tools☆49Updated last month
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- Interactive Assembler for Go☆65Updated 10 months ago
- BeePF 是一个用 Go 语言编写的 eBPF 程序加载器和运行时框架。它提供了一套完整的工具链,用于加载、管理和监控 eBPF 程序。☆21Updated 2 months ago
- The assembler from the Go compiler, in library form.☆193Updated 4 years ago