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

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

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

martinus/nanobench

0
View on GitHub↗
1,702 星标·101 分支·C++·MIT·5 次浏览nanobench.ankerl.com↗

Nanobench

Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

Features

  • Benchmarking Tools - Fast and accurate microbenchmarking for C++11.
  • Testing and Benchmarking - Fast and precise micro-benchmarking for C++.
  • Testing and Debugging - Fast and accurate single-header microbenchmarking.

Star 历史

martinus/nanobench 的 Star 历史图表martinus/nanobench 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Nanobench 的开源替代方案

相似的开源项目,按与 Nanobench 的功能重合度排序。
  • google/benchmarkgoogle 的头像

    google/benchmark

    10,240在 GitHub 上查看↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    C++benchmark
    在 GitHub 上查看↗10,240
  • libnonius/noniuslibnonius 的头像

    libnonius/nonius

    367在 GitHub 上查看↗

    A C++ micro-benchmarking framework

    C++
    在 GitHub 上查看↗367
  • digitalinblue/celeroDigitalInBlue 的头像

    DigitalInBlue/Celero

    861在 GitHub 上查看↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    在 GitHub 上查看↗861
  • 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

    C++bddcppcpp14
    在 GitHub 上查看↗20,198
查看 Nanobench 的所有 30 个替代方案→

常见问题解答

martinus/nanobench 是做什么的?

Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

martinus/nanobench 的主要功能有哪些?

martinus/nanobench 的主要功能包括:Benchmarking Tools, Testing and Benchmarking, Testing and Debugging。

martinus/nanobench 有哪些开源替代品?

martinus/nanobench 的开源替代品包括: libnonius/nonius — A C++ micro-benchmarking framework. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… digitalinblue/celero — C++ Benchmark Authoring Library/Framework. cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17).