p-ranav / container_traits
Container Traits for Modern C++
☆29Updated 4 years ago
Alternatives and similar repositories for container_traits:
Users that are interested in container_traits are comparing it to the libraries listed below
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- A fixed capacity dynamically sized string☆65Updated 3 weeks ago
- An indirect value-type for C++☆82Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 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
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 2 weeks 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
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- ☆26Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 10 months ago
- C++20 for flag enums☆27Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months 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
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- A C++14 and later CRTP template for defining iterators☆73Updated 3 weeks ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 8 months ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Portable UUID generation library for C++☆26Updated last year
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 10 months ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- Priority-based Task Scheduling for Modern C++☆88Updated 4 years ago