phalpern / CppCon2017CodeLinks
Code for the talk, "Allocators: the Good Parts", at CppCon2017
☆63Updated 8 years ago
Alternatives and similar repositories for CppCon2017Code
Users that are interested in CppCon2017Code are comparing it to the libraries listed below
Sorting:
- Header-only library for multithreaded programming☆239Updated 7 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- C++ standard library features, "from scratch"☆193Updated 10 months ago
- A reflective enum implementation for C++☆299Updated last year
- Policy Based C++ Allocator Library☆123Updated 4 months ago
- A work in progress minimal C++ static reflection API and codegen tool.☆261Updated 4 years ago
- ☆133Updated 3 years ago
- A simple framework for compile-time benchmarks☆186Updated 4 years ago
- Love template metaprogramming☆331Updated 3 years ago
- A library for Study Group 14 of Working Group 21 (C++)☆526Updated 3 years ago
- Implementation of C++20's std::span for older compilers☆368Updated 2 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆179Updated 6 years ago
- A lightweight, non-owning reference to a callable.☆180Updated 4 years ago
- Simple, flexible and modular assertion macro.☆229Updated last year
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- A C++ micro-benchmarking framework☆95Updated 6 years ago
- ☆276Updated 11 months ago
- low-level library for minimizing the size of your types☆116Updated 6 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆473Updated 2 weeks ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ benchmark tool. Practical, stable and fast performance testing framework.☆152Updated 2 years ago
- A polymorphic value-type for C++☆228Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆275Updated 3 years ago
- c++ LINQ -like library of higher-order functions for data manipulation☆199Updated 4 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆115Updated last year
- Simple Python script that simplifies C++ compiler errors. Useful when using heavily-templated libraries.☆214Updated 5 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆584Updated 4 months ago
- C++17 inplace_string implementation☆97Updated 7 years ago