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:
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Tutorial and Reference for writing network applications with Boost.Asio☆15Updated last year
- A simple replacement for std::unordered_map☆50Updated 11 months ago
- A C++14 implementation of IEEE 754 decimal floating point numbers☆30Updated this week
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Implementation of a lock-free ring buffer class.☆35Updated 5 months ago
- Unique-ownership smart pointers with observable lifetime.☆36Updated 2 months 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
- Text wrapper and column formatter for C++.☆27Updated 2 years ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆16Updated this week
- Helpers for preventing the static initialization order fiasco of global variables.☆45Updated 5 years ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated last week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated last month
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 9 months ago
- The extremely fast zero allocation and zero copying JSON parser☆29Updated 2 years ago
- An HTTP server using liburingpp☆14Updated 5 months ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆53Updated 2 weeks ago
- C++ Active Objects☆66Updated 7 years ago
- C++20 Value-oriented Metaprogramming Library☆24Updated 5 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Library for complex bitfields☆19Updated last year
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Libusb wrapper for Asio☆64Updated 2 years ago
- Header-only type safe C++ template library for fast native fixed point arithmetic☆14Updated 6 years ago