This library implements open multi-methods for C++11.
jll63/yomm11 的主要功能包括:C++ Frameworks and Libraries, Frameworks and Libraries, General C++ Frameworks。
jll63/yomm11 的开源替代品包括: 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…
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