sublimehq / mmap-example
☆55Updated 5 years ago
Alternatives and similar repositories for mmap-example:
Users that are interested in mmap-example are comparing it to the libraries listed below
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆38Updated 7 months ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Using C++'s type system effectively, safely, expressively☆24Updated 8 years ago
- A collection of formatting benchmarks☆47Updated 3 months ago
- bad_alloc Behaving Badly☆74Updated 5 years ago
- crefl is a runtime library and compiler plug-in to support reflection in C.☆42Updated 8 months ago
- Adobe Platform Libraries☆30Updated 4 years ago
- Implementation and optimization of std::any☆30Updated 3 years ago
- Front end side of quick-bench☆153Updated last year
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- Named arguments for C++17☆30Updated 4 years ago
- Evo C++ Library☆31Updated 5 years ago
- (Concepts-enabled) Functional Abstraction Layer for C++☆53Updated 5 years ago
- Header-only library providing unicode aware string support for C++☆108Updated last month
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- ☆21Updated 6 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Header-only llvm::Expected<T>☆37Updated 5 years ago
- Papers for the C++ Standards Committee, WG21☆55Updated 3 months ago
- C++ version of Doug Lea's excellent malloc() implementation.☆151Updated 5 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- A never-valueless, strong guarantee implementation of std::variant☆68Updated 3 weeks ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Coroutines for C.