awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
martinus avatar

martinus/nanobench

0
View on GitHub↗
1,702 stars·101 forks·C++·MIT·3 viewsnanobench.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 history

Star history chart for martinus/nanobenchStar history chart for martinus/nanobench

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does martinus/nanobench do?

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

What are the main features of martinus/nanobench?

The main features of martinus/nanobench are: Benchmarking Tools, Testing and Benchmarking, Testing and Debugging.

What are some open-source alternatives to martinus/nanobench?

Open-source alternatives to martinus/nanobench include: 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).

Open-source alternatives to Nanobench

Similar open-source projects, ranked by how many features they share with Nanobench.
  • google/benchmarkgoogle avatar

    google/benchmark

    10,240View on 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
    View on GitHub↗10,240
  • libnonius/noniuslibnonius avatar

    libnonius/nonius

    367View on GitHub↗

    A C++ micro-benchmarking framework

    C++
    View on GitHub↗367
  • digitalinblue/celeroDigitalInBlue avatar

    DigitalInBlue/Celero

    861View on GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    View on GitHub↗861
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on 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
    View on GitHub↗20,198
See all 30 alternatives to Nanobench→