# prsyahmi/GpuRamDrive

RamDrive that is backed by GPU Memory

Repository: https://github.com/prsyahmi/GpuRamDrive
Canonical: https://ross.abutalabs.com/products/gpuramdrive
Language: C++
License: MIT
License Family: permissive
Last push: 2022-09-04T16:55:32+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3568, "days_push": 1459, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1151, forks 94 (observed 2026-08-28T04:03:46.799068+00:00)

## What it is
A Windows application that creates a virtual RAM disk backed by GPU memory, built on top of ImDisk's proxy feature. It is a proof-of-concept tool that allocates a buffer in GPU RAM and exposes it as a virtual drive.

## Use cases
- create a ram disk using spare gpu memory
- benchmark gpu memory as a storage device
- use gpu ram as a fast scratch disk on windows
- experiment with imdisk proxy-backed virtual drives
- test io performance of gpu-backed storage

## When to choose
- you have spare GPU memory and want to experiment with a GPU-backed ram disk on Windows
- you want a proof-of-concept storage benchmark using GPU RAM

## When to avoid
- you need a production-grade ram disk - host memory ram disks are faster and more reliable
- you are on Linux or macOS - this is Windows-only via ImDisk
- power consumption from waking the GPU is a concern

## Facets
- artifact type: application
- maturity: maintenance
- function: file-system, developer-tools
- domain: developer-tools, windows, hardware
- platform: windows, cpp
- tags: ram-disk, gpu-memory, imdisk, cuda, proof-of-concept

## Member repositories
- prsyahmi/GpuRamDrive (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:46.799068+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:33:37.627714+00:00, confidence not recorded.
  - readme: https://github.com/prsyahmi/GpuRamDrive (fetched 2026-08-28T04:03:46.799068+00:00, sha 05dc2f566109)
- Data as of 2026-08-30T08:39:29.467469+00:00.
