Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends
Real-time media stack and lightweight libwebrtc alternative, built in C++20
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
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
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 main features of facebook/folly are: Performance Optimization Libraries, Asynchronous Future APIs, High-Performance Networking, Arena-Based Memory Management, C++ Memory Suites, Arena Allocators, Lock-Free Atomic Containers, Optimized Storage Containers.
Open-source alternatives to facebook/folly include: bloomberg/bde — Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. sourcey/libsourcey — Real-time media stack and lightweight libwebrtc alternative, built in C++20. sumeetchhetri/ffead-cpp — Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends. abseil/abseil-cpp — Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a… sogou/workflow — Workflow is an asynchronous C++ task engine designed for building distributed systems and high-performance network… facebook/libphenom — An eventing framework for building high performance and high scalability systems in C.