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
Back to meekrosoft/fff

Open-source alternatives to Meekrosoft Fff

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

  • cpputest/cpputestcpputest avatar

    cpputest/cpputest

    1,472View on GitHub↗

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

    C++
    View on GitHub↗1,472
  • boostorg/testboostorg avatar

    boostorg/test

    209View on GitHub↗

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

    C++boostc-plus-plusunit-testing
    View on GitHub↗209
  • libcheck/checklibcheck avatar

    libcheck/check

    1,167View on GitHub↗

    A unit testing framework for C

    C
    View on GitHub↗1,167
  • siu/minunitsiu avatar

    siu/minunit

    635View on GitHub↗

    Minimal unit testing framework for C

    C
    View on GitHub↗635
  • stepci/stepcistepci avatar

    stepci/stepci

    1,860View on GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    View on GitHub↗1,860
  • martinus/nanobenchmartinus avatar

    martinus/nanobench

    1,702View on GitHub↗

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

    C++
    View on GitHub↗1,702

AI search

Explore more awesome repositories

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

Find more with AI search
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
  • jonasmr/microprofilejonasmr avatar

    jonasmr/microprofile

    1,584View on GitHub↗

    microprofile is an embeddable profiler

    C
    View on GitHub↗1,584
  • libnonius/noniuslibnonius avatar

    libnonius/nonius

    367View on GitHub↗

    A C++ micro-benchmarking framework

    C++
    View on GitHub↗367
  • philip82148/cpp-dumpphilip82148 avatar

    philip82148/cpp-dump

    381View on GitHub↗

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

    C++
    View on GitHub↗381
  • 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
  • digitalinblue/celeroDigitalInBlue avatar

    DigitalInBlue/Celero

    861View on GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    View on GitHub↗861
  • dascandy/hippomocksdascandy avatar

    dascandy/hippomocks

    201View on GitHub↗

    Hippomocks

    C++
    View on GitHub↗201
  • onqtam/doctestonqtam avatar

    onqtam/doctest

    6,768View on 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++
    View on GitHub↗6,768
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on 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++
    View on GitHub↗4,285
  • eranpeer/fakeiteranpeer avatar

    eranpeer/FakeIt

    1,364View on GitHub↗

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

    C++
    View on GitHub↗1,364
  • cobaltfusion/debugviewppCobaltFusion avatar

    CobaltFusion/DebugViewPP

    1,251View on GitHub↗

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

    C++
    View on GitHub↗1,251
  • google/googletestgoogle avatar

    google/googletest

    38,713View on 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++
    View on GitHub↗38,713
  • stdlib-js/stdlibstdlib-js avatar

    stdlib-js/stdlib

    5,735View on GitHub↗
    JavaScriptjavascriptjslibrary
    View on GitHub↗5,735
  • bojand/ghzbojand avatar

    bojand/ghz

    3,339View on GitHub↗

    gRPC benchmarking and load testing tool.

    Go
    View on GitHub↗3,339
  • duaraghav8/ethlintduaraghav8 avatar

    duaraghav8/Ethlint

    922View on GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    View on GitHub↗922
  • arcanedev/logviewerARCANEDEV avatar

    ARCANEDEV/LogViewer

    2,393View on GitHub↗

    :pagewithcurl: Provides a log viewer for Laravel

    PHP
    View on GitHub↗2,393
  • buttercam/mediatorB

    ButterCam/Mediator

    0View on GitHub↗
    View on GitHub↗0
  • deplinenoise/ig-debugheapdeplinenoise avatar

    deplinenoise/ig-debugheap

    185View on GitHub↗

    Debug heap useful for tracking down memory errors.

    C
    View on GitHub↗185
  • buoyantio/strest-grpcB

    BuoyantIO/strest-grpc

    0View on GitHub↗
    View on GitHub↗0
  • dmitribogdanov/utlDmitriBogdanov avatar

    DmitriBogdanov/UTL

    335View on GitHub↗

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

    C++
    View on GitHub↗335
  • barryvdh/laravel-debugbarbarryvdh avatar

    barryvdh/laravel-debugbar

    19,242View on GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    View on GitHub↗19,242
  • eliangcs/http-prompteliangcs avatar

    eliangcs/http-prompt

    9,098View on 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
    View on GitHub↗9,098
  • celtoys/remoteryCeltoys avatar

    Celtoys/Remotery

    3,303View on GitHub↗

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

    C
    View on GitHub↗3,303
  • emicklei/hazanaE

    emicklei/hazana

    0View on GitHub↗
    View on GitHub↗0