tugrul512bit / VirtualMultiArrayLinks
C++ virtual-array implementation that uses all graphics cards in system as storage (with LRU cache eviction on RAM) and uses OpenCL for data transfers. (Random access: faster than HDD) (Sequential access: faster than SSD) (big objects: faster than NVMe)
☆16Updated 2 years ago
Alternatives and similar repositories for VirtualMultiArray
Users that are interested in VirtualMultiArray are comparing it to the libraries listed below
Sorting:
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated 3 weeks ago
- oystr recursively searches directories for a substring.☆11Updated 3 years ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- Simple <stdatomic.h>, <stdalign.h> and <threads.h> implementation for MSVC in Visual Studio 2019☆20Updated 6 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 2 years ago
- C++ type_name template utilities for pretty-printing type names☆11Updated 6 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆12Updated 8 years ago
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- Fast thread-safe allocator with memory access control functions☆15Updated 5 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 8 months ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆35Updated 6 years ago
- Implementation of a lock-free ring buffer class.☆38Updated 11 months ago
- Just Another Logging library for C++☆11Updated 3 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Library for complex bitfields☆19Updated last year
- Container Traits for Modern C++☆28Updated 5 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 5 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆15Updated 3 weeks ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 5 months ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- JSON pull-parser/push-serializer library for C++☆20Updated 2 months ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android☆42Updated last month
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Generic 2D graphics library for C++14☆28Updated 11 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆15Updated 2 years ago