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 last year
- C++20 and onward collection of high performance data containers and related tools☆57Updated last month
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆122Updated last year
- Light and self-contained implementation of C++17 parallel algorithms.☆37Updated last year
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆87Updated last year
- Compact SVO optimized vector for C++17 or higher☆111Updated last year
- A C++17 interface for HDF5☆97Updated 3 weeks ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- a small lightweight std::execution work-alike☆64Updated 8 months ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆79Updated last week
- 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
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- ☆33Updated 3 months ago
- Fast and lightweight thread pool for C++11 and newer.☆46Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆95Updated last year
- A graph concurrent library for C++☆63Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- A C++ parser combinator library.☆158Updated 2 weeks ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A Low-Level Abstraction of Memory Access☆92Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- Container Traits for Modern C++☆30Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- A highly optimised C++ library for mathematical applications and neural networks.☆177Updated 3 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- C++11 compatible charconv☆31Updated 2 weeks ago