Bucephalus-Studios / stevensStringLibLinks
Simple C++ library with useful string functions.
☆10Updated last week
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☆16Updated 4 months ago
- List-initialize containers with proper move semantics☆30Updated 4 months ago
- ☆22Updated this week
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆52Updated 2 months ago
- Standalone version of the boost::unordered library☆28Updated 5 months ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Build-system agnostic code generation application for C++.☆20Updated 3 months ago
- Make std::mdspan formattable by std::format.☆10Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated this week
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated this week
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆16Updated this week
- variadic pointers and references☆23Updated 2 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- A header only structure of arrays container for C++☆41Updated 2 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 compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- Type-safe and lightweight header-only ECS library for C++17☆12Updated 8 months ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- A modern, header-only request router for C++☆24Updated 2 weeks ago
- Lightweight, header only, coroutine library for games.☆26Updated 2 weeks ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 9 months ago
- Compilation of header-only C++23 constexpr utilities☆13Updated 11 months ago
- A unique_ptr implementation with small object optimization☆19Updated 10 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 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 7 months ago