pritpal20 / vector
A supercharged std::vector implementation (minus Allocator)
☆34Updated 8 years ago
Alternatives and similar repositories for vector:
Users that are interested in vector are comparing it to the libraries listed below
- C++20 and onward collection of high performance data containers and related tools☆54Updated 3 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- Collection of header-only utilities for C++☆35Updated last year
- Light, fast, threadpool for C++20☆97Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated 2 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Tiny Test System☆27Updated last month
- Lock-free concurrent work stealing deque in C++☆38Updated 6 years ago
- The Fancy Named Parameters Library☆30Updated 2 months ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆43Updated 2 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- ☆16Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆45Updated 11 months ago
- a small lightweight std::execution work-alike☆57Updated 3 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- C++20 Compact Tuple Tools☆49Updated last month
- Compact SVO optimized vector for C++17 or higher☆98Updated 8 months ago
- An indirect value-type for C++☆82Updated last year
- Light and self-contained implementation of C++17 parallel algorithms.☆33Updated 2 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 4 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆60Updated 2 weeks ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆139Updated 9 months ago
- llvm::SmallVector stripped from dependencies.☆33Updated 4 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 4 months ago
- A faster analogue of the std::vector for the perfomance-dependent enviroment☆17Updated 5 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated last year
- A C++ parser combinator library.☆115Updated last month
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago