mykmuzi's Stars
brandtbucher/specialist
Visualize CPython's specializing, adaptive interpreter. :fire:
pyzh/ref
mark else &pyzh=拼音综合/朋友真好
google/pprof
pprof is a tool for visualization and analysis of profiling data
pluveto/Reading-Large-Scale-Code
A series of posts on how to read code effectively
p308945/hottool
c++ hotfix, find symbol addr, read and write process memory...
chengxumiaodaren/cpp-learning
clarete/forbiddenfruit
Patch built-in python objects
yanqi27/core_analyzer
A power tool to debug memory-related issues
Celthi/effective-debugging-zh
effective debugging 中文翻译
owenliang/side-by-side-diff
利用python的difflib,实现HTML的双视图diff
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
Sysinternals/ProcDump-for-Linux
A Linux version of the ProcDump Sysinternals tool
KDE/heaptrack
A heap memory profiler for Linux
python/cpython
The Python programming language
faster-cpython/cpython
The Python programming language
davidxifeng/csb2csd
小工具,转换CocosStudio输出的csb文件为源文件,使之可继续编辑
P403n1x87/austin
Python frame stack sampler for CPython
ejoy/ant
Ant game engine
mudcore/mudcore
lpmud 开发框架核心代码,方便新 mud 开发。
junegunn/vim-plug
:hibiscus: Minimalist Vim Plugin Manager
bolinfest/rust-ebpf-demo
Example of building and running an eBPF program in Rust
torvalds/linux
Linux kernel source tree
aliyun/coolbpf
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
aquasecurity/btfhub
BTFhub, in collaboration with the BTFhub Archive repository, supplies BTF files for all published kernels that lack native support for embedded BTF. This joint effort ensures that even kernels without built-in BTF support can effectively leverage the benefits of eBPF programs, promoting compatibility across various kernel versions.
wolfpld/tracy
Frame profiler
gaogaotiantian/viztracer
VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
msgpack/msgpack-python
MessagePack serializer implementation for Python msgpack.org[Python]
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
lishuhuakai/jemalloc_reading
jemalloc阅读笔记