jermp / mm_fileLinks
A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.
☆26Updated 11 months ago
Alternatives and similar repositories for mm_file
Users that are interested in mm_file are comparing it to the libraries listed below
Sorting:
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated 7 months 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
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- The Fancy Named Parameters Library☆33Updated 2 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Performance profiling of JSON libraries☆26Updated last month
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆54Updated 4 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- ☆26Updated 5 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 3 weeks ago
- A hash function library☆47Updated 3 weeks ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 10 months ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- Yet Another C++ Library☆21Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag