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 last month
- "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
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 9 months ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated 2 weeks ago
- A C++ parser combinator library.☆156Updated 2 months ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆168Updated last year
- 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 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆36Updated 10 months ago
- The Fancy Named Parameters Library☆35Updated 2 months ago
- A C++17 interface for HDF5☆98Updated 2 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆107Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated last month
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- Light, fast, threadpool for C++20☆105Updated 2 years ago
- C++ Header-Only Library for High-Performance Tensor-Vector Multiplication☆22Updated 10 months ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated 2 weeks ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆87Updated last year
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- Library for length agnostic SIMD intrinsic support and the corresponding math operations☆21Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 6 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago