How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Real-time media stack and lightweight libwebrtc alternative, built in C++20
This library implements open multi-methods for C++11.
The main features of jll63/yomm11 are: C++ Frameworks and Libraries, Frameworks and Libraries, General C++ Frameworks.
Open-source alternatives to jll63/yomm11 include: paulhodge/eastl — This repo is obsolete! sumeetchhetri/ffead-cpp — Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends. bloomberg/bde — Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. facebook/folly — Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for… sourcey/libsourcey — Real-time media stack and lightweight libwebrtc alternative, built in C++20. julianstorer/juce — JUCE is a C++ application framework and cross-platform GUI library used to build desktop and mobile applications. It…