awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to code-mancers/rbkit

Open-source alternatives to Rbkit

20 open-source projects similar to code-mancers/rbkit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rbkit alternative.

  • dgryski/go-perfbookdgryski का अवतार

    dgryski/go-perfbook

    10,902GitHub पर देखें↗

    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

    optimizationperformanceperformance-analysis
    GitHub पर देखें↗10,902
  • bheisler/criterion.rsbheisler का अवतार

    bheisler/criterion.rs

    5,485GitHub पर देखें↗

    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

    Rustbenchmarkcriteriongnuplot
    GitHub पर देखें↗5,485
  • bytedance/g3bytedance का अवतार

    bytedance/g3

    879GitHub पर देखें↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    GitHub पर देखें↗879
  • cong-or/hudcong-or का अवतार

    cong-or/hud

    172GitHub पर देखें↗

    Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

    Rustasyncclidebugging
    GitHub पर देखें↗172

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • ellisonch/rust-stopwatchellisonch का अवतार

    ellisonch/rust-stopwatch

    84GitHub पर देखें↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    GitHub पर देखें↗84
  • evanphx/benchmark-ipsevanphx का अवतार

    evanphx/benchmark-ips

    1,772GitHub पर देखें↗

    Provides iteration per second benchmarking for Ruby

    Ruby
    GitHub पर देखें↗1,772
  • exaspark/batch-loaderexaspark का अवतार

    exaspark/batch-loader

    1,122GitHub पर देखें↗

    :zap: Powerful tool for avoiding N+1 DB or HTTP queries

    Ruby
    GitHub पर देखें↗1,122
  • flyerhzm/bulletflyerhzm का अवतार

    flyerhzm/bullet

    7,327GitHub पर देखें↗

    Bullet is an Active Record performance monitor and query profiler for Ruby on Rails applications. It serves as a diagnostic utility to identify inefficient database access patterns, flag redundant requests, and suggest eager loading strategies to improve response times. The tool specifically detects N+1 queries, missing counter caches, and unused eager loading. It monitors these patterns across both standard web requests and background jobs, identifying records that are fetched but never accessed to reduce memory usage and query overhead. Analysis is supported by a system that intercepts dat

    Ruby
    GitHub पर देखें↗7,327
  • koute/bytehoundkoute का अवतार

    koute/bytehound

    4,791GitHub पर देखें↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Cmemory-profilermemory-profilingprofiler
    GitHub पर देखें↗4,791
  • llogiq/flamellogiq का अवतार

    llogiq/flame

    730GitHub पर देखें↗

    An intrusive flamegraph profiling tool for rust.

    Rust
    GitHub पर देखें↗730
  • miniprofiler/rack-mini-profilerMiniProfiler का अवतार

    MiniProfiler/rack-mini-profiler

    3,903GitHub पर देखें↗

    This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request execution times and resource usage, serving as a profiler for web applications to measure latency and identify bottlenecks. The tool provides specific analyzers for database query performance, memory allocations, and garbage collection statistics. It generates call stack flamegraphs to visualize time distribution across methods and renders speed badges and timing metrics directly onto HTML pages. The system covers broader performance profiling capabilities including custom code blo

    Ruby
    GitHub पर देखें↗3,903
  • nvzqz/divannvzqz का अवतार

    nvzqz/divan

    1,416GitHub पर देखें↗

    Fast and simple benchmarking for Rust projects

    Rustbenchmarkfastperformance
    GitHub पर देखें↗1,416
  • palkan/test-profpalkan का अवतार

    palkan/test-prof

    2,036GitHub पर देखें↗

    Ruby Tests Profiling Toolbox

    Ruby
    GitHub पर देखें↗2,036
  • pawurb/hotpath-rspawurb का अवतार

    pawurb/hotpath-rs

    1,542GitHub पर देखें↗

    Quickly find bottlenecks in Rust - one profiler for CPU, time, memory, and async code.

    Rust
    GitHub पर देखें↗1,542
  • peek/peekpeek का अवतार

    peek/peek

    3,176GitHub पर देखें↗

    Take a peek into your Rails applications.

    Ruby
    GitHub पर देखें↗3,176
  • rbspy/rbspyrbspy का अवतार

    rbspy/rbspy

    2,570GitHub पर देखें↗

    Sampling CPU profiler for Ruby

    Rust
    GitHub पर देखें↗2,570
  • ruby-prof/ruby-profruby-prof का अवतार

    ruby-prof/ruby-prof

    2,029GitHub पर देखें↗

    A ruby profiler. See https://ruby-prof.github.io for more information.

    Ruby
    GitHub पर देखें↗2,029
  • sharkdp/hyperfinesharkdp का अवतार

    sharkdp/hyperfine

    28,316GitHub पर देखें↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    GitHub पर देखें↗28,316
  • bencherdev/bencherbencherdev का अवतार

    bencherdev/bencher

    856GitHub पर देखें↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    GitHub पर देखें↗856
  • tmm1/stackproftmm1 का अवतार

    tmm1/stackprof

    2,194GitHub पर देखें↗

    a sampling call-stack profiler for ruby 2.2+

    Ruby
    GitHub पर देखें↗2,194