TheNumbat / rppLinks
Minimal Rust-inspired C++20 STL replacement
☆201Updated 8 months ago
Alternatives and similar repositories for rpp
Users that are interested in rpp are comparing it to the libraries listed below
Sorting:
- Smart Garbage Collection Library for C++☆223Updated 4 months ago
- Collection of self-contained header-only libraries for C++17☆319Updated this week
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆205Updated 2 months ago
- Runtime compiled C++ with hot-swapped classes.☆117Updated 3 years ago
- C++ Memory safety (memsafe) single-header libraries and Clang compiler plugin for safe C++, which reduces errors for reference data types…☆265Updated 3 months ago
- Platform Abstraction C++ Libraries☆595Updated this week
- Rust-like Traits & A Borrow Checker and Memory Ownership System for C++20 (heavily inspired from Rust)☆242Updated 9 months ago
- A simple way to output stack traces when a program crashes in C++, using the new C++23 <stacktrace> header☆188Updated 2 years ago
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆100Updated 5 months ago
- C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.☆41Updated last week
- C++20 [Minimal] Static Perfect Hash library☆232Updated last month
- Standard library / common utilities used to build the Sceneri engine driving 3D games and experiences☆67Updated 4 months ago
- Bytecode interpreter☆77Updated 7 months ago
- A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23]☆81Updated 4 months ago
- Replacement for std::optional that does not waste memory unnecessarily