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)
☆17Jul 30, 2023Updated 3 years ago
Alternatives and similar repositories for VirtualMultiArray
Users that are interested in VirtualMultiArray are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Homemade Pixel Art Tool (WIP)☆17Oct 18, 2024Updated last year
- Zero-Overhead bare-metal GPGPU library for C++ on Windows.☆15Jan 29, 2017Updated 9 years ago
- A cache that automatically removes the least-recently-used items☆19Dec 16, 2024Updated last year
- W3C sitesindeki SQL Editörünün, Türkçe veritabanı ile hazırlanmış halidir.☆11Dec 10, 2015Updated 10 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Dec 29, 2022Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Python caching libraries benchmark - which is better?☆13Sep 5, 2026Updated 2 weeks ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆77Jan 18, 2024Updated 2 years ago
- Meta-Encoder/Decoder☆13Mar 2, 2026Updated 6 months ago
- Allows playing audio files from an SD card. For Arduino Zero and MKR1000 only.☆15Jul 2, 2026Updated 2 months ago
- Catmull-Clark Subdivision Surface algorithm for Skinned Mesh in Unity3d☆16Jan 1, 2017Updated 9 years ago
- Webcam Image Processing with CUDA using OpenCV☆16Aug 30, 2014Updated 12 years ago
- Implementation of mixed language project compilation via Bazel platform.☆17Oct 10, 2020Updated 5 years ago
- Parallel/GPU level set volume segmentation using OpenCL☆18Apr 23, 2019Updated 7 years ago
- library for OpenCorsairLink☆10Aug 25, 2016Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 3D Haar Descrete Wavelet Transform C++11 library (using OpenMP and SSE/SSE2/SSE3/AVX).☆17May 26, 2017Updated 9 years ago
- Arduino library to program and control Hitec D-Series servos. (Not endorsed by Hitec.)☆14May 18, 2024Updated 2 years ago
- Vulkan implementations of Subsurface Scattering and Ambient Occlusion☆16Jun 4, 2017Updated 9 years ago
- Python API for the Frigidaire 2.0 App☆15Sep 8, 2026Updated last week
- Different implementation of sparse matrix multiplication. All matrices are in CSR format. The code contains different CUDA kernels for mu…☆17Nov 15, 2010Updated 15 years ago
- FreeRTOS Add Ons by Michael Becker ported for the ESP-IDF☆13Sep 17, 2022Updated 4 years ago
- portable, fast, approximate math functions☆28Dec 9, 2021Updated 4 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation