pritpal20 / vectorLinks
A supercharged std::vector implementation (minus Allocator)
☆35Updated 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
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆120Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 9 months ago
- Light and self-contained implementation of C++17 parallel algorithms.☆36Updated 9 months ago
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆107Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆165Updated last year
- C++ Library for Portable SIMD Vectorization☆84Updated 9 months ago
- Multiprecision for modern C++☆316Updated 8 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated last month
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- C++ Header-Only Library for High-Performance Tensor-Vector Multiplication☆22Updated 8 months ago
- Complete Project Documentation☆97Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated last week
- Unofficial mirror of Blaze library on Bitbucket☆65Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 4 months ago
- A Low-Level Abstraction of Memory Access☆87Updated last year
- Example C++23 and C++20 syntax and tests of compilers and CMake☆113Updated last week
- C++20's jthread for C++11 and later in a single-file header-only library☆63Updated last year
- A compile-time linear algebra system for C++☆122Updated 3 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated 3 weeks ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 11 months ago
- A highly optimised C++ library for mathematical applications and neural networks.☆173Updated 2 weeks ago