awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-ranav avatar

p-ranav/criterion

0
View on GitHub↗
232 نجوم·12 تفرعات·C++·MIT·8 مشاهدات

Criterion

Microbenchmarking for Modern C++

Features

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

سجل النجوم

مخطط تاريخ النجوم لـ p-ranav/criterionمخطط تاريخ النجوم لـ p-ranav/criterion

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Criterion

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Criterion.
  • google/benchmarkالصورة الرمزية لـ google

    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
  • ibob/picobenchالصورة الرمزية لـ iboB

    iboB/picobench

    234عرض على GitHub↗

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

    C++
    عرض على GitHub↗234
  • digitalinblue/celeroالصورة الرمزية لـ DigitalInBlue

    DigitalInBlue/Celero

    861عرض على GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    عرض على GitHub↗861
  • libnonius/noniusالصورة الرمزية لـ libnonius

    libnonius/nonius

    367عرض على GitHub↗

    A C++ micro-benchmarking framework

    C++
    عرض على GitHub↗367
عرض جميع البدائل الـ 30 لـ Criterion→

الأسئلة الشائعة

ما هي وظيفة p-ranav/criterion؟

Microbenchmarking for Modern C++

ما هي الميزات الرئيسية لـ p-ranav/criterion؟

الميزات الرئيسية لـ p-ranav/criterion هي: Benchmarking Tools, Testing and Benchmarking.

ما هي البدائل مفتوحة المصدر لـ p-ranav/criterion؟

تشمل البدائل مفتوحة المصدر لـ p-ranav/criterion: 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.