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,…
☆151Updated 3 weeks ago
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
- ☆51Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- Generate bpftrace scripts for use with golang programs. Works around quirks in the golang runtime.☆60Updated 4 months ago
- A very fast dynamic Thrift serializer & deserializer.☆128Updated last week
- lock-free queue and other implementations☆128Updated 2 years ago
- A curated list of awesome garbage collection resources☆68Updated 4 years ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years 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.☆263Updated 2 years ago
- Lock-free ring buffer by golang☆54Updated 2 years ago
- High performance LRU cache☆238Updated last week
- A network packet info dumping tool like tcpdump based on `tc-bpf`.☆40Updated last year
- The assembler from the Go compiler, in library form.☆194Updated 4 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆182Updated last year
- 🔥 pgcacher is used to get page cache stats for files on Linux. ( 分析 page cache 缓存了哪些文件,文件在 page cache 的缓存占比)☆174Updated last year
- Patch all Go functions for testing☆261Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 6 months ago
- Writing a Interpreter in Go翻译☆100Updated last year
- ☆75Updated 2 years ago
- ☆145Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- Interactive Assembler for Go☆67Updated last year
- libbpfgo port of bcc/libbpf-tools☆48Updated 3 months ago
- 字节内推👇🏻☆62Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- auto adjust your GOGC value☆230Updated last year
- An easy-to-use, flexible network simulator library in Go.☆149Updated last year
- B+ tree in pure Go.☆94Updated 10 years ago
- ☆26Updated 3 months ago