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.
☆13Updated 5 months ago
Alternatives and similar repositories for fdcpp
Users that are interested in fdcpp are comparing it to the libraries listed below
Sorting:
- ☆11Updated last week
- Tutorial and Reference for writing network applications with Boost.Asio☆15Updated last year
- Ring buffer library for C++17☆39Updated 2 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Implementation of a lock-free ring buffer class.☆35Updated 5 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Boost.Scope, a collection of scope guard utilities.☆16Updated 3 weeks ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- C++11 compatible charconv☆31Updated last month
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆16Updated 3 weeks ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- Example static/shared library output of cmake-init☆13Updated 4 months ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆41Updated last month
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 3 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- Performance Tests for string_view, C++17☆14Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Json benchmark based on nativejson-benchmark☆32Updated 4 months ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Modern C++ 20 compile time OpenAPI parser and code generator implementation☆21Updated 3 years ago
- A general property customisation mechanism☆15Updated 5 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆52Updated last week
- Interval library for C++☆12Updated 4 months ago
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆14Updated 3 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year