stnuessl / fdcppLinks
File descriptors for C++ is a library which wraps plain C file descriptors in easy to use classes. The goal of this library is to enable RAII for file descriptors and remove a lot of boilerplate error checking code with the use of exceptions.
☆15Updated last year
Alternatives and similar repositories for fdcpp
Users that are interested in fdcpp are comparing it to the libraries listed below
Sorting:
- Implementation of a lock-free ring buffer class.☆38Updated last year
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 6 months ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆61Updated this week
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- Modern C++ 20 compile time OpenAPI parser and code generator implementation☆21Updated 3 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Updated 2 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆46Updated 2 months ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- Library of backported modern C++ types to work with C++11☆90Updated 9 months ago
- C++ Message Queuing Library and Framework☆92Updated this week
- A C++ ringbuffer that always looks like a flat array☆84Updated 5 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.☆109Updated 9 months ago
- A generic connection pool☆22Updated 5 years ago
- optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-fil…☆22Updated 2 months ago
- A cross-platform C++23 library providing embeddable server & client components for HTTP and WebSocket.☆85Updated 5 months ago
- An Fast, Intuitive and Type-Safe C++ Enumeration Support Library☆41Updated 4 months ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated 3 weeks ago
- C++ Active Objects☆68Updated 8 years ago
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- C++ Build Scripts☆13Updated 6 months ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 4 years ago
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Updated 5 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 5 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated 2 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- Shared-memory based ring buffer☆66Updated 8 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- Json benchmark based on nativejson-benchmark☆35Updated last year