awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
exaspark avatar

exaspark/batch-loader

0
View on GitHub↗
1,122 星标·51 分支·Ruby·MIT·7 次浏览engineering.universe.com/batching-a-powerful-way-to-solve-n-1-queries-every-rubyist-should-know-24e20c6e7b94↗

Batch Loader

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

Features

  • Profiling and Benchmarking - Lazy batching to prevent N+1 query issues.

Star 历史

exaspark/batch-loader 的 Star 历史图表exaspark/batch-loader 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Batch Loader 的开源替代方案

相似的开源项目,按与 Batch Loader 的功能重合度排序。
  • dgryski/go-perfbookdgryski 的头像

    dgryski/go-perfbook

    10,902在 GitHub 上查看↗

    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
  • bytedance/g3bytedance 的头像

    bytedance/g3

    879在 GitHub 上查看↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    在 GitHub 上查看↗879
  • code-mancers/rbkitcode-mancers 的头像

    code-mancers/rbkit

    354在 GitHub 上查看↗

    A new profiler for Ruby. With a GUI

    Ruby
    在 GitHub 上查看↗354
  • bheisler/criterion.rsbheisler 的头像

    bheisler/criterion.rs

    5,485在 GitHub 上查看↗

    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
查看 Batch Loader 的所有 20 个替代方案→

常见问题解答

exaspark/batch-loader 是做什么的?

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

exaspark/batch-loader 的主要功能有哪些?

exaspark/batch-loader 的主要功能包括:Profiling and Benchmarking。

exaspark/batch-loader 有哪些开源替代品?

exaspark/batch-loader 的开源替代品包括: 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.