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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
libnonius avatar

libnonius/nonius

0
View on GitHub↗
367 stele·48 fork-uri·C++·CC0-1.0·4 vizualizărinonius.io↗

Nonius

A C++ micro-benchmarking framework

Features

  • Benchmarking Tools - Micro-benchmarking framework for C++.
  • Testing and Benchmarking - Micro-benchmarking framework for C++.
  • Testing and Debugging - Micro-benchmarking framework for C++.

Istoric stele

Graficul istoricului de stele pentru libnonius/noniusGraficul istoricului de stele pentru libnonius/nonius

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Nonius

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Nonius.
  • google/benchmarkAvatar google

    google/benchmark

    10,240Vezi pe 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
    Vezi pe GitHub↗10,240
  • martinus/nanobenchAvatar martinus

    martinus/nanobench

    1,702Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗1,702
  • digitalinblue/celeroAvatar DigitalInBlue

    DigitalInBlue/Celero

    861Vezi pe GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    Vezi pe GitHub↗861
  • catchorg/catch2Avatar catchorg

    catchorg/Catch2

    20,198Vezi pe 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
    Vezi pe GitHub↗20,198
Vezi toate cele 30 alternative pentru Nonius→

Întrebări frecvente

Ce face libnonius/nonius?

A C++ micro-benchmarking framework

Care sunt principalele funcționalități ale libnonius/nonius?

Principalele funcționalități ale libnonius/nonius sunt: Benchmarking Tools, Testing and Benchmarking, Testing and Debugging.

Care sunt câteva alternative open-source pentru libnonius/nonius?

Alternativele open-source pentru libnonius/nonius includ: martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. 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).