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 bloomberg/bde

Open-source alternatives to Bloomberg Bde

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

  • facebook/follyfacebook avatar

    facebook/folly

    30,412View on GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    View on GitHub↗30,412
  • sumeetchhetri/ffead-cppsumeetchhetri avatar

    sumeetchhetri/ffead-cpp

    741View on GitHub↗

    Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends

    C++
    View on GitHub↗741
  • sourcey/libsourceysourcey avatar

    sourcey/libsourcey

    1,362View on GitHub↗

    Real-time media stack and lightweight libwebrtc alternative, built in C++20

    C++
    View on GitHub↗1,362
  • paulhodge/eastlpaulhodge avatar

    paulhodge/EASTL

    506View on GitHub↗

    This repo is obsolete!

    C++
    View on GitHub↗506
  • facebook/libphenomfacebook avatar

    facebook/libphenom

    1,665View on GitHub↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    View on GitHub↗1,665

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
  • jll63/yomm11jll63 avatar

    jll63/yomm11

    119View on GitHub↗

    This library implements open multi-methods for C++11.

    C++
    View on GitHub↗119
  • mariadeanton/miliMariadeAnton avatar

    MariadeAnton/MiLi

    41View on GitHub↗

    MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al, FuDePAN

    C++
    View on GitHub↗41
  • julianstorer/jucejulianstorer avatar

    julianstorer/JUCE

    8,585View on GitHub↗

    JUCE is a C++ application framework and cross-platform GUI library used to build desktop and mobile applications. It serves as a development framework for creating audio software and plug-ins compatible with VST, AU, AAX, and LV2 standards. The framework includes a build integration system that uses CMake to manage project configurations and generate native IDE project files. This allows a single C++ codebase to be deployed across multiple operating systems.

    C++
    View on GitHub↗8,585
  • electronicarts/eastlelectronicarts avatar

    electronicarts/EASTL

    9,273View on GitHub↗

    EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It provides cross-platform data structures and a template-based algorithm library designed for use in resource-constrained game engine environments. The library focuses on game engine memory management, providing specialized utilities that ensure predictable memory allocation and high-performance access for real-time applications. These containers maintain consistent behavior across different operating systems and hardware platforms. The project covers high-performance C++ development

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    View on GitHub↗9,273
  • koanlogic/libukoanlogic avatar

    koanlogic/libu

    460View on GitHub↗

    LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks

    C
    View on GitHub↗460
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    View on GitHub↗126,019
  • etlcpp/etlETLCPP avatar

    ETLCPP/etl

    3,043View on GitHub↗

    Embedded Template Library

    C++
    View on GitHub↗3,043
  • ibob/itlibiboB avatar

    iboB/itlib

    208View on GitHub↗

    A collection of std-like single-header C++ libraries

    C++
    View on GitHub↗208
  • abseil/abseil-cppabseil avatar

    abseil/abseil-cpp

    17,334View on GitHub↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    View on GitHub↗17,334
  • johnthagen/min-sized-rustjohnthagen avatar

    johnthagen/min-sized-rust

    9,782View on GitHub↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Rustbinary-sizecargocontainers
    View on GitHub↗9,782
  • mmc-maodun/data-structure-and-algorithmmmc-maodun avatar

    mmc-maodun/Data-Structure-And-Algorithm

    855View on GitHub↗

    This repository is a collection of fundamental data structures and standard algorithms implemented in C and C++. It serves as a technical reference for understanding and applying core computational patterns, providing verified code examples for tasks such as sorting, searching, and graph traversal. The project emphasizes low-level systems programming by utilizing manual memory management and pointer-based data linking to organize information. It employs a procedural approach to logic, relying on static type system enforcement to ensure performance and memory safety during the execution of com

    C++
    View on GitHub↗855
  • apache/incubator-weexapache avatar

    apache/incubator-weex

    13,622View on GitHub↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    View on GitHub↗13,622
  • annexi-strayline/asapannexi-strayline avatar

    annexi-strayline/ASAP

    7View on GitHub↗

    The ANNEXI-STRAYLINE AURA Public Repository

    View on GitHub↗7
  • akka/akkaakka avatar

    akka/akka

    13,271View on GitHub↗

    Akka is an actor model framework and distributed systems platform used to build concurrent and distributed applications. It provides a toolkit for managing multi-threaded state and behavior through asynchronous message passing, allowing developers to create concurrent applications without manual locks or synchronization. The system functions as a cluster management and event sourcing framework, automating the scaling and coordination of high-availability clusters. It enables the deployment of elastic services that coordinate workloads across multiple network nodes and ensures fault tolerance

    Scala
    View on GitHub↗13,271
  • annetteplatform/annetteannetteplatform avatar

    annetteplatform/annette

    19View on GitHub↗

    Platform to build distributed, scalable, enterprise-wide business applications

    Scala
    View on GitHub↗19
  • bmfe/erosbmfe avatar

    bmfe/eros

    1,991View on GitHub↗

    WEEX-EROS

    Vue
    View on GitHub↗1,991
  • aniftyco/awesome-tailwindcssaniftyco avatar

    aniftyco/awesome-tailwindcss

    15,040View on GitHub↗

    😎 Awesome things related to Tailwind CSS

    appsawesomeawesome-list
    View on GitHub↗15,040
  • adafruit/circuitpythonadafruit avatar

    adafruit/circuitpython

    4,521View on GitHub↗

    CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for microcontrollers. It provides a high-level language environment that allows for direct hardware access through a dedicated hardware abstraction layer and a Python microcontroller runtime. The project is distinguished by firmware that exposes the microcontroller as a native USB mass storage device. This allows users to edit code directly on the device as if it were a removable drive, eliminating the need for specialized flashing tools and enabling filesystem-triggered code reload

    C
    View on GitHub↗4,521
  • boydgreenfield/nimrod-bloomB

    boydgreenfield/nimrod-bloom

    0View on GitHub↗
    View on GitHub↗0
  • bung87/amysqlB

    bung87/amysql

    0View on GitHub↗
    View on GitHub↗0
  • bysiber/cleardiskbysiber avatar

    bysiber/cleardisk

    355View on GitHub↗

    Free macOS menu bar app to visualize and clean developer caches (Xcode, node_modules, CocoaPods, SPM, Docker, pip, Cargo). Reclaim disk space instantly.

    Swiftcache-cleanerdeveloper-toolsdisk-analyzer
    View on GitHub↗355
  • c4pt0r/mcp-server-tidbc4pt0r avatar

    c4pt0r/mcp-server-tidb

    23View on GitHub↗

    mcp server for tidb

    Python
    View on GitHub↗23
  • capocasa/limdbC

    capocasa/limdb

    0View on GitHub↗
    View on GitHub↗0
  • charlie5/lacecharlie5 avatar

    charlie5/lace

    12View on GitHub↗

    Lace

    Ada
    View on GitHub↗12
  • adacore/gnatcoll-bindingsA

    AdaCore/gnatcoll-bindings

    0View on GitHub↗

    The GNAT Components Collection (GNATcoll) - Bindings

    View on GitHub↗0