coyorkdow / closureLinks
A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.
☆53Updated last year
Alternatives and similar repositories for closure
Users that are interested in closure are comparing it to the libraries listed below
Sorting:
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆84Updated this week
- Coroutine library and toolkit for C++20☆38Updated 3 months ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆73Updated last week
- A C++14 reflection library☆73Updated 3 weeks ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆92Updated last week
- Go-like channels for ASIO C++20 coroutines☆39Updated last year
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated 11 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- Boost.org unordered module☆75Updated 3 weeks ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆113Updated last month
- An indirect value-type for C++☆83Updated last year
- Cpp lifetime safety profile static analyzer☆59Updated 4 months ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated last month
- Library of backported modern C++ types to work with C++11☆83Updated last month
- Boost.PFR without the boost namespaces☆71Updated 3 months ago
- C++ utilities☆48Updated 2 months ago
- Provides run-time tuple element access☆14Updated 4 years ago
- A C++ parser combinator library.☆144Updated last month
- Boost.org interprocess module☆151Updated last month
- Combine `asio` with `std::execution`.☆19Updated 3 months ago
- An async redis client designed for performance and scalability☆252Updated this week
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆22Updated last year
- Lightweight structured concurrency for C++20☆127Updated last month
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆104Updated 9 months ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆249Updated 11 months ago