A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
Functional Programming Library for C++. Write concise and readable C++ code.
Declarative UI toolkit for modern C++20
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