m3janitha / FastStringLinks
Fast, in stack, fixed size string implementation with constexpr noexcept constructors and accessors. fixed_size_string improves memory locality and latency of strings by avoiding heap allocations.
☆26Updated 11 months ago
Alternatives and similar repositories for FastString
Users that are interested in FastString are comparing it to the libraries listed below
Sorting:
- C++ command line argument parsing and routing☆53Updated 10 months ago
- C++20 compile-time reflection library.☆35Updated 7 months ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- ☆34Updated 3 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- KISS C++20 Type Reflection using IFC files☆70Updated 11 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- A header-only C++20 library of fast delegates and events☆25Updated 2 years ago
- C++20 Unit-Testing library☆47Updated last month
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- reflection in c++ for json de/serialization☆45Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Fast C++ container combining the best features of std::vector and std::deque☆126Updated last year
- Comparison operators for std::span☆15Updated 5 years ago
- An asynchronous FastCGI web microframework for C++☆37Updated last week
- P0323 & P2505 std::expected simple implementation☆40Updated 2 months ago
- A stackless, resumable, resettable state machine style coroutine library for C++17. This was made when I discovered that C++20 coroutines…☆20Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A memory leak and deadlock finder for C, C++☆72Updated last year
- Meta C++ Library and Tool☆82Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 2 months ago
- Small C++17 library for vector and matrix computations☆51Updated 3 years ago
- A fixed capacity dynamically sized string☆66Updated last month
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆14Updated 3 months ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆47Updated last month