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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-ranav avatar

p-ranav/criterion

0
View on GitHub↗
232 stars·12 forks·C++·MIT·6 vues

Criterion

Microbenchmarking for Modern C++

Features

  • Benchmarking Tools - Microbenchmarking framework for modern C++.
  • Testing and Benchmarking - Modern C++ micro-benchmarking library.

Historique des stars

Graphique de l'historique des stars pour p-ranav/criterionGraphique de l'historique des stars pour p-ranav/criterion

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Criterion

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Criterion.
  • google/benchmarkAvatar de google

    google/benchmark

    10,240Voir sur 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
    Voir sur GitHub↗10,240
  • ibob/picobenchAvatar de iboB

    iboB/picobench

    234Voir sur GitHub↗

    A micro microbenchmarking library for C++11 in a single header file

    C++
    Voir sur GitHub↗234
  • digitalinblue/celeroAvatar de DigitalInBlue

    DigitalInBlue/Celero

    861Voir sur GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    Voir sur GitHub↗861
  • libnonius/noniusAvatar de libnonius

    libnonius/nonius

    367Voir sur GitHub↗

    A C++ micro-benchmarking framework

    C++
    Voir sur GitHub↗367
Voir les 30 alternatives à Criterion→

Questions fréquentes

Que fait p-ranav/criterion ?

Microbenchmarking for Modern C++

Quelles sont les fonctionnalités principales de p-ranav/criterion ?

Les fonctionnalités principales de p-ranav/criterion sont : Benchmarking Tools, Testing and Benchmarking.

Quelles sont les alternatives open-source à p-ranav/criterion ?

Les alternatives open-source à p-ranav/criterion incluent : ibob/picobench — A micro microbenchmarking library for C++11 in a single header file. martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. digitalinblue/celero — C++ Benchmark Authoring Library/Framework. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… libnonius/nonius — A C++ micro-benchmarking framework. stdlib-js/stdlib.