jermp / mm_fileLinks
A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.
☆26Updated 10 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 C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- The Fancy Named Parameters Library☆31Updated last month
- For details, see the blog post:☆32Updated last year
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 months ago
- A compiler-friendly variadic type list for C++.☆36Updated 2 years ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆63Updated 8 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 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
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Tiny Test System☆27Updated 2 months ago
- ☆21Updated 8 months ago
- Radix set/map implementation☆17Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Flat containers for C++☆59Updated 2 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 last year
- Make std::mdspan formattable by std::format.☆10Updated last year
- Text encoding for modern C++☆30Updated 3 years ago
- JAXN: A standard for extended JSON☆19Updated 3 years ago
- ☆12Updated 8 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- ☆10Updated 7 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 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