Bucephalus-Studios / stevensStringLibLinks
Simple C++ library with useful string functions.
☆11Updated 2 months ago
Alternatives and similar repositories for stevensStringLib
Users that are interested in stevensStringLib are comparing it to the libraries listed below
Sorting:
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆15Updated 11 months ago
- Timers and Alarms based on threads in modern C++☆12Updated last year
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆27Updated 2 weeks ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.☆21Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- C++11 compatible charconv☆31Updated last week
- Make std::mdspan formattable by std::format.☆11Updated 2 years ago
- Type-safe and lightweight header-only ECS library for C++17☆12Updated 6 months ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆72Updated 4 months ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- string pattern matching in C++20☆10Updated 4 years ago
- Build-system agnostic code generation application for C++.☆32Updated 3 weeks ago
- meta-programming, C++11☆16Updated 3 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 7 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 6 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Updated 2 months ago
- List-initialize containers with proper move semantics☆30Updated 10 months ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- ☆15Updated 4 years ago
- A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a red…☆13Updated last year
- Container Traits for Modern C++☆29Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆39Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year