tugrul512bit / VirtualMultiArray
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)
☆15Updated last year
Related projects ⓘ
Alternatives and complementary repositories for VirtualMultiArray
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 months ago
- oystr recursively searches directories for a substring.☆10Updated 2 years ago
- Debug symbol resolution library (PDB, addr2line)☆25Updated this week
- Toy software vulkan ICD implementation☆19Updated 4 years ago
- Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android☆37Updated 2 months ago
- Miscellaneous Useful Utilities for C++.☆28Updated 11 months ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 3 years ago
- Simple OpenGL core profile loading, customized for Dear ImGui☆16Updated last month
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- A collection of OpenGL windowing basecodes☆24Updated 11 years ago
- C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP)…☆40Updated 2 years ago
- Offline Shader Editor based on wxWidgets☆10Updated 3 years ago
- Simple <stdatomic.h>, <stdalign.h> and <threads.h> implementation for MSVC in Visual Studio 2019☆18Updated 5 years ago
- a lightweight SIMD vector, matrix and quaternion library☆32Updated last year
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated 10 months ago
- C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core☆13Updated 11 months ago
- CLI util: Poor man's rpath for Windows executables.☆9Updated 5 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆32Updated 9 months ago
- C++ parser for Lex and YACC☆26Updated 4 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 6 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- C++ preprocessor macros for __VA_OPT__ feature detection and fallback☆16Updated 5 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Yet Another MAthematical library☆12Updated 2 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 2 months ago
- ☆17Updated 5 months ago
- My core for most of my projects ...☆13Updated this week
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆51Updated last month