virtual-array

There are 1 repositories under virtual-array topic.

  • 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)

    Language:C++15233