marcusz / steady
This is a fast and reliable persistent (immutable) vector class for C++. You can safely share these vectors between threads in multi-threaded programs.
☆19Updated 9 years ago
Alternatives and similar repositories for steady:
Users that are interested in steady are comparing it to the libraries listed below
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- single file C libraries☆38Updated 2 months ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Generic 2D graphics library for C++14☆28Updated 2 months ago
- A Buffet Of C++17 State Machines☆23Updated 3 years ago
- ☆26Updated last year
- A simple std::vector-style array for C☆12Updated 6 years ago
- A collection of cache-friendly data structures in C++, without any dependencies.☆23Updated 6 years ago
- a tiny string library