a sampling call-stack profiler for ruby 2.2+
tmm1/stackprof 的主要功能包括:Profiling and Benchmarking。
tmm1/stackprof 的开源替代品包括: dgryski/go-perfbook — This project is a collection of educational resources and technical guides focused on Go performance optimization. It… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. code-mancers/rbkit — A new profiler for Ruby. With a GUI. cong-or/hud — Find code blocking your Tokio workers. eBPF-powered, no instrumentation. bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bencherdev/bencher — 🐰 Bencher - Continuous Benchmarking.
This project is a collection of educational resources and technical guides focused on Go performance optimization. It provides instruction on improving execution speed and reducing memory usage through code and architectural refinements. The guides cover advanced strategies for low-level programming, including the use of assembly for SIMD instructions and unsafe pointers for direct memory manipulation. It also details concurrency optimization techniques such as lock sharding and cache-line padding to reduce contention and improve hardware utilization. The material encompasses broad capabilit
Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous