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
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 8 months ago
- Portable Memory Mapping C++ Class (Windows/Linux)☆55Updated 2 years ago
- JSON pull-parser/push-serializer library for C++☆20Updated 2 months ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android☆42Updated last month
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- C++ type_name template utilities for pretty-printing type names☆11Updated 6 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Cake is a fast build system written in Python.☆22Updated 9 months ago
- Miscellaneous Useful Utilities for C++.☆31Updated 2 years ago
- C++ library of performance-minded contiguous containers, strings and streams☆14Updated 8 years ago
- ☆24Updated 2 months ago
- Simple <stdatomic.h>, <stdalign.h> and <threads.h> implementation for MSVC in Visual Studio 2019☆20Updated 6 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆12Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 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++ framework for the linux kernel☆33Updated last month
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 5 years ago
- Null-termination-aware string-view class for C++☆26Updated 4 months ago
- Library for complex bitfields☆19Updated last year
- Modern C++ development experience library☆40Updated 3 weeks ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated 3 weeks ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Header only C library for platform agnostic (POSIX, Windows) socket/mutex/condition/shm/mmap/thread/time operations.☆19Updated 7 months ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 2 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
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆44Updated last week
- A modern C++ uri & query parser☆12Updated last year