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
Sorting:
- C++20 and onward collection of high performance data containers and related tools☆54Updated last month
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆46Updated 6 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Compact SVO optimized vector for C++17 or higher☆103Updated 11 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 2 months ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆25Updated 10 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last month
- Unofficial mirror of Blaze library on Bitbucket☆64Updated 2 years ago
- C++11 compatible charconv☆30Updated last month
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Container Traits for Modern C++☆29Updated 4 years 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 …☆29Updated 4 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- A simple replacement for std::unordered_map☆49Updated 9 months ago
- Boost.org unordered module☆72Updated 2 weeks ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Dynamic loading examples outside CppCon 2021☆16Updated 3 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆164Updated 11 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- A quick pool allocator for c++ with type info and gc support☆2Updated 2 years ago
- Boost.org pool module☆52Updated last month
- C++20 Tensor library☆27Updated 2 weeks ago
- C++20 Compact Tuple Tools☆49Updated last week
- Header only associative linear container.☆41Updated 7 months ago