jermp / mm_fileLinks
A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.
☆26Updated last year
Alternatives and similar repositories for mm_file
Users that are interested in mm_file are comparing it to the libraries listed below
Sorting:
- Container Traits for Modern C++☆30Updated 5 years ago
- Performance profiling of JSON libraries☆28Updated 5 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- Yet another C++ text formatting library.☆71Updated 11 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆69Updated 4 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 4 months ago
- A header only structure of arrays container for C++☆42Updated 2 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Updated 7 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last month
- For details, see the blog post:☆34Updated last year
- Text encoding for modern C++☆31Updated 4 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- The Fancy Named Parameters Library☆36Updated 3 weeks ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Make std::mdspan formattable by std::format.☆11Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 7 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago