pritpal20 / vectorLinks
A supercharged std::vector implementation (minus Allocator)
☆36Updated 8 years ago
Alternatives and similar repositories for vector
Users that are interested in vector are comparing it to the libraries listed below
Sorting:
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 11 months ago
- C++20 and onward collection of high performance data containers and related tools☆57Updated 3 weeks ago
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆86Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 7 months ago
- Light, fast, threadpool for C++20☆108Updated 2 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- LALR(1) parser for C++☆80Updated last year
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆121Updated last year
- a small lightweight std::execution work-alike☆64Updated 7 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- 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 …☆32Updated 4 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆37Updated 11 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 9 months ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆169Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Generic hash function for STL style unordered containers☆39Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 3 months ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- Unofficial mirror of Blaze library on Bitbucket☆67Updated 3 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated this week
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- A C++ parser combinator library.☆156Updated last week
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year