mattgodbolt / cpponsea-2019Links
Slides for my 2019 presentation at C++ on Sea
☆13Updated 3 years ago
Alternatives and similar repositories for cpponsea-2019
Users that are interested in cpponsea-2019 are comparing it to the libraries listed below
Sorting:
- C++ interface to CPU affinity management☆30Updated 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
- A collection of formatting benchmarks☆49Updated 5 months ago
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- ☆31Updated 9 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Provide {fmt} as a C++20 named module☆9Updated 4 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Correct by Construction : a presentation given at C++ on Sea 2020☆21Updated 4 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- ☆21Updated 6 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
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- sandbox for my c++ functional programming experiments☆33Updated 12 years ago
- Boost.org ptr_container module☆16Updated last week
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Like std::duration_cast, but without the undefined behaviour☆17Updated 2 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
- Easily batch-build cmake projects!☆18Updated 4 months ago
- ASIO Cooperative Task for await-based coroutine☆15Updated 6 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago