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
·
Back to jonasmr/microprofile

Open-source alternatives to Microprofile

30 open-source projects similar to jonasmr/microprofile, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Microprofile alternative.

  • meekrosoft/fffAvatar de meekrosoft

    meekrosoft/fff

    922Voir sur GitHub↗

    A testing micro framework for creating function test doubles

    C
    Voir sur GitHub↗922
  • martinus/nanobenchAvatar de martinus

    martinus/nanobench

    1,702Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗1,702
  • libcheck/checkAvatar de libcheck

    libcheck/check

    1,167Voir sur GitHub↗

    A unit testing framework for C

    C
    Voir sur GitHub↗1,167
  • philip82148/cpp-dumpAvatar de philip82148

    philip82148/cpp-dump

    381Voir sur GitHub↗

    A C++ library for debugging purposes that can print any variable, even user-defined types.

    C++
    Voir sur GitHub↗381
  • siu/minunitAvatar de siu

    siu/minunit

    635Voir sur GitHub↗

    Minimal unit testing framework for C

    C
    Voir sur GitHub↗635
  • dascandy/hippomocksAvatar de dascandy

    dascandy/hippomocks

    201Voir sur GitHub↗

    Hippomocks

    C++
    Voir sur GitHub↗201
  • 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

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.

Find more with AI search
  • 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
  • libnonius/noniusAvatar de libnonius

    libnonius/nonius

    367Voir sur GitHub↗

    A C++ micro-benchmarking framework

    C++
    Voir sur GitHub↗367
  • onqtam/doctestAvatar de onqtam

    onqtam/doctest

    6,768Voir sur GitHub↗

    doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a test runner with a command line interface to execute tests, filter test suites, and generate execution reports. The framework supports in-source unit testing and allows for the complete removal of testing logic from compiled binaries via preprocessor stripping to eliminate performance overhead in production environments. It also enables cross-binary test registry sharing, allowing one executable to utilize the test runner of another. Capabilities include parameterized testing

    C++
    Voir sur GitHub↗6,768
  • catchorg/catch2Avatar de catchorg

    catchorg/Catch2

    20,198Voir sur 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
    Voir sur GitHub↗20,198
  • celtoys/remoteryAvatar de Celtoys

    Celtoys/Remotery

    3,303Voir sur GitHub↗

    Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer

    C
    Voir sur GitHub↗3,303
  • digitalinblue/celeroAvatar de DigitalInBlue

    DigitalInBlue/Celero

    861Voir sur GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    Voir sur GitHub↗861
  • stepci/stepciAvatar de stepci

    stepci/stepci

    1,860Voir sur GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    Voir sur GitHub↗1,860
  • bombela/backward-cppAvatar de bombela

    bombela/backward-cpp

    4,285Voir sur GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    Voir sur GitHub↗4,285
  • eranpeer/fakeitAvatar de eranpeer

    eranpeer/FakeIt

    1,364Voir sur GitHub↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    Voir sur GitHub↗1,364
  • cobaltfusion/debugviewppAvatar de CobaltFusion

    CobaltFusion/DebugViewPP

    1,251Voir sur GitHub↗

    DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

    C++
    Voir sur GitHub↗1,251
  • google/googletestAvatar de google

    google/googletest

    38,713Voir sur GitHub↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    Voir sur GitHub↗38,713
  • cpputest/cpputestAvatar de cpputest

    cpputest/cpputest

    1,472Voir sur GitHub↗

    CppUTest unit testing and mocking framework for C/C++

    C++
    Voir sur GitHub↗1,472
  • boostorg/testAvatar de boostorg

    boostorg/test

    209Voir sur GitHub↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    Voir sur GitHub↗209
  • stdlib-js/stdlibAvatar de stdlib-js

    stdlib-js/stdlib

    5,735Voir sur GitHub↗
    JavaScriptjavascriptjslibrary
    Voir sur GitHub↗5,735
  • missing-semester/missing-semesterAvatar de missing-semester

    missing-semester/missing-semester

    5,525Voir sur GitHub↗

    The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni

    CSS
    Voir sur GitHub↗5,525
  • eliangcs/http-promptAvatar de eliangcs

    eliangcs/http-prompt

    9,098Voir sur GitHub↗

    http-prompt is an interactive HTTP client and API testing CLI designed for constructing and debugging network requests to REST and GraphQL endpoints. It functions as a command-line request builder and a shell extension built on top of HTTPie. The tool provides an interactive shell interface featuring request autocomplete and real-time syntax highlighting for requests and responses. It incorporates stateful session management to maintain request history and session data across multiple commands. The project covers API request automation and REST API debugging, allowing users to send and verif

    Python
    Voir sur GitHub↗9,098
  • dmitribogdanov/utlAvatar de DmitriBogdanov

    DmitriBogdanov/UTL

    335Voir sur GitHub↗

    Collection of self-contained header-only libraries for C++17

    C++
    Voir sur GitHub↗335
  • bojand/ghzAvatar de bojand

    bojand/ghz

    3,339Voir sur GitHub↗

    gRPC benchmarking and load testing tool.

    Go
    Voir sur GitHub↗3,339
  • deplinenoise/ig-debugheapAvatar de deplinenoise

    deplinenoise/ig-debugheap

    185Voir sur GitHub↗

    Debug heap useful for tracking down memory errors.

    C
    Voir sur GitHub↗185
  • buttercam/mediatorB

    ButterCam/Mediator

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • duaraghav8/ethlintAvatar de duaraghav8

    duaraghav8/Ethlint

    922Voir sur GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    Voir sur GitHub↗922
  • darklynx/request-basketsAvatar de darklynx

    darklynx/request-baskets

    424Voir sur GitHub↗

    HTTP requests collector to test webhooks, notifications, REST clients and more ...

    Go
    Voir sur GitHub↗424
  • buoyantio/strest-grpcB

    BuoyantIO/strest-grpc

    0Voir sur GitHub↗
    Voir sur GitHub↗0