A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
☆833Feb 20, 2026Updated last week
Alternatives and similar repositories for libfork
Users that are interested in libfork are comparing it to the libraries listed below
Sorting:
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 9 months ago
- C++20 coroutine library☆922Updated this week
- C++20 Static Reflection library☆504Sep 13, 2025Updated 5 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Sep 11, 2021Updated 4 years ago
- A lightweight C++20 serialization and RPC library☆924Jan 23, 2026Updated last month
- C++14 lock-free queue.☆1,816Feb 17, 2026Updated last week
- Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, YAML, EETF☆2,392Feb 22, 2026Updated last week
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- A C++20 library for sequence-orientated programming☆726Oct 24, 2025Updated 4 months ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆2,255Updated this week
- a header-only, constexpr alternative to gperf for C++14 users☆1,527Jul 29, 2025Updated 7 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,671Oct 6, 2024Updated last year
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,297Updated this week
- Zero overhead utilities for preventing bugs at compile time☆1,632Oct 13, 2025Updated 4 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆555Jan 17, 2026Updated last month
- scanf for modern C++☆1,298Oct 29, 2025Updated 4 months ago
- C++20 [Minimal] Static Perfect Hash library☆253Jul 20, 2025Updated 7 months ago
- The most over-engineered C++ assertion library☆700Jul 26, 2025Updated 7 months ago
- Unified Executors☆1,685Updated this week
- Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code☆559Sep 30, 2024Updated last year
- C++ parsing DSL☆1,228Oct 18, 2025Updated 4 months ago
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated last week
- C++17 Run-time Polymorphism (Type Erasure) library☆496Apr 2, 2025Updated 10 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Asynchronous Low Latency C++ Logging Library☆2,827Jan 22, 2026Updated last month
- C++20 Meta-Programming library☆311Jun 1, 2025Updated 8 months ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,817Jan 9, 2024Updated 2 years ago
- C++20 μ(micro)/Unit Testing framework☆1,414Feb 14, 2026Updated 2 weeks ago
- A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, CS…☆1,747Feb 21, 2026Updated last week
- Lightweight C++20 testing framework.☆303Feb 2, 2026Updated 3 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆636Jan 22, 2026Updated last month
- Light, fast, threadpool for C++20☆111Mar 26, 2023Updated 2 years ago
- C++11/14/17 std::expected with functional-style extensions