bitwizeshift / ScopeLinks
A modern C++-RAII utility library, based on the C++20 proposal
☆11Updated 5 years ago
Alternatives and similar repositories for Scope
Users that are interested in Scope are comparing it to the libraries listed below
Sorting:
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Fast thread-safe allocator with memory access control functions☆15Updated 4 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- Non-nullable pointers with 0-overhead and no hidden runtime cost.☆12Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Ordering and sorting in constant low time☆10Updated 4 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 5 months ago
- This repository provides implementation of composable allocators described by Andrei Alexandrescu on CppCon 2015☆15Updated 7 years ago
- Cross-platform C++ Utility Library☆54Updated 2 weeks ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- ☆9Updated 11 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- An Efficient C++ Fixed Block Memory Allocator☆35Updated 2 weeks ago
- Header-only type safe C++ template library for fast native fixed point arithmetic☆14Updated 6 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Library for extracting stacktrace from exception.☆48Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Data structures for ASTs☆14Updated 2 years ago
- Generic 2D graphics library for C++14☆28Updated 6 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- `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
- 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 last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A C++20 serialization library (cereal fork)☆29Updated last month