awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • philsquared/catchAvatar von philsquared

    philsquared/Catch

    20,456Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗20,456
  • catchorg/catch2Avatar von catchorg

    catchorg/Catch2

    20,198Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,198
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Libraries
  6. C++
  7. Micro-Benchmarking