jermp / mm_file
A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.
☆25Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for mm_file
- String to Float Benchmark☆19Updated 6 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- C++20 SIMD Within A Register library☆25Updated 3 months ago
- Experimental library for coroutines and networking☆16Updated 6 years ago
- Text encoding for modern C++☆30Updated 3 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 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
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 weeks ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated last year
- envy: Deserialize environment variables into type-safe structs☆66Updated 4 years ago
- A fixed capacity dynamically sized string☆63Updated this week
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Yet another C++ text formatting library.☆70Updated 4 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 5 years ago
- a tool to count accesses to member variables in c++ programs☆74Updated 10 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- The Fancy Named Parameters Library☆27Updated last week
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 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…☆19Updated 7 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆17Updated 3 years ago
- Modern C++ 20 compile time OpenAPI parser and code generator implementation☆21Updated 2 years ago
- Generic 2D graphics library for C++14☆28Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year