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:
- C++20 and onward collection of high performance data containers and related tools☆57Updated 2 weeks ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆121Updated last year
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆87Updated last year
- Light and self-contained implementation of C++17 parallel algorithms.☆36Updated 10 months ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 10 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- A C++17 interface for HDF5☆98Updated last month
- A C++ parser combinator library.☆155Updated last month
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated last month
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- Container Traits for Modern C++☆30Updated 4 years ago
- LALR(1) parser for C++☆79Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆93Updated last year
- Light, fast, threadpool for C++20☆104Updated 2 years ago
- Boost.org unordered module☆80Updated this week
- A simple replacement for std::unordered_map☆50Updated last year
- fast prime sieve and hash algorithm☆38Updated 3 weeks ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 2 weeks ago
- Parallel C++ algorithms☆64Updated last year
- C++ small containers☆146Updated 4 months ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 8 months ago