fast_io
IO library
A C++20 input/output library designed to provide fast and efficient I/O operations.
Freestanding fast input/output for C++20
657 stars
18 watching
55 forks
Language: C++
last commit: 4 days ago
Linked from 1 awesome list
cppcxxheader-onlyinput-output
Related projects:
Repository | Description | Stars |
---|---|---|
rpav/fast-io | Improves performance of octet-vector and stream I/O in Common Lisp programming | 147 |
boostorg/asio | A C++ library that provides a high-performance, concurrent, and scalable framework for I/O operations | 1,245 |
sionescu/iolib | A Common Lisp I/O library using the LibFixPOSIX C library to handle file and network input/output operations. | 141 |
mmarchetti/directio | A low-level I/O library optimized for fast input/output operations on Arduino boards. | 117 |
rookfighter/inifile-cpp | A header-only C++ library for parsing and decoding INI files | 368 |
ef-gy/cxxhttp | A C++ library implementing an asynchronous HTTP server and client. | 25 |
cycfi/q | A C++ library for efficient and elegant audio digital signal processing. | 1,202 |
ssarcandy/ini-cpp | A lightweight C++ library for parsing and generating INI configuration files | 37 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
mfichman/coro | A modern C++ library providing an async socket I/O implementation with SSL support | 50 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 560 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 879 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
pagghiu/sanecpplibraries | A set of C++ libraries providing platform abstraction and utility functions for asynchronous I/O, networking, file systems, and other core system operations. | 520 |