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

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

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

2 个仓库

Awesome GitHub RepositoriesMicro-Benchmarking

Performance analysis of specific code segments to identify bottlenecks.

Distinct from C++: Distinct from C++ JSON Libraries: focuses on performance measurement, not data serialization.

Explore 2 awesome GitHub repositories matching data & databases · Micro-Benchmarking. Refine with filters or upvote what's useful.

Awesome Micro-Benchmarking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • philsquared/catchphilsquared 的头像

    philsquared/Catch

    20,456在 GitHub 上查看↗

    Catch is a C++ testing toolset providing frameworks for unit testing, behavior-driven development, and micro-benchmarking. It serves as a utility for software quality assurance and test-driven development, allowing developers to validate code correctness and measure the execution time of small code fragments. The project features a header-only distribution, enabling integration by including a single file. It utilizes expression-decomposition assertions to provide detailed failure messages and employs a self-registering test discovery system that uses macros to register test cases without manu

    Implements a micro-benchmarking tool to identify performance bottlenecks in C++ code segments.

    C++
    在 GitHub 上查看↗20,456
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 GitHub 上查看↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    Measures execution time and performance characteristics of specific C++ code segments to identify bottlenecks.

    C++bddcppcpp14
    在 GitHub 上查看↗20,198
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Libraries
  6. C++
  7. Micro-Benchmarking