Skip to main content

Easy RAM disk for Windows: instant in-memory volumes with real file paths, backed by WinFsp.

Project description

memfile

Easy RAM disk for Windows. Create an arbitrarily-sized in-memory volume in milliseconds, get a real Windows file path inside it that any application (VLC, Photos, ImageGlass, Audacity, Python, anything) can read and write.

Backed by WinFsp via a native Rust PyO3 extension.

Why

Sometimes you need a file to exist on the filesystem, ONLY because some other app simply doesn't have the ability to open it from a memory location. If you want to write a script or an executable temporarily simply to execute it and then delete it, this is perfect. If you want easy media previews, like images, videos, and support all file formats, this is perfect, just write to the ram disk and have the OS open it in whatever is the default media viewer. Writing any of that to disk both wastes valuable SSD writes AND wastes time since ram is much much faster to write and read from. memfile gives you a real path backed entirely by RAM:

import memfile

with memfile.Volume(size_mb=64) as vol:
    path = vol.write("clip.mp4", data)   # real path like R:\clip.mp4
    os.startfile(path)                   # opens in the native player
# volume + its contents vanish on exit — zero disk writes

Requirements

  • Windows (x64)
  • WinFsp (installed automatically) (one-time, requires admin once). After that, creating and destroying volumes needs no elevation.

Installation

pip install memfile

License

memfile is licensed under the MIT License (see LICENSE).

It links the WinFsp DLL at runtime under the terms of the WinFsp FLOSS License Exception:

WinFsp - Windows File System Proxy, Copyright (C) Bill Zissimopoulos. https://github.com/winfsp/winfsp

WinFsp is a separate work (GPLv3 with a FLOSS exception) and must be installed separately by the end user. memfile does not redistribute or modify WinFsp.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memfile-0.0.2.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

memfile-0.0.2-cp39-abi3-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9+Windows x86-64

File details

Details for the file memfile-0.0.2.tar.gz.

File metadata

  • Download URL: memfile-0.0.2.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for memfile-0.0.2.tar.gz
Algorithm Hash digest
SHA256 71d75d25c5da86bf75986d3428701dc8e1eb8cca5816bd7b076abc5ab46a944c
MD5 8a053af13ab97e58095aadd1180e5538
BLAKE2b-256 a63f01cb658b14a362598f40d62ae9b6807a333bc1e54a5ce9d81d2194d2feca

See more details on using hashes here.

File details

Details for the file memfile-0.0.2-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: memfile-0.0.2-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for memfile-0.0.2-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1fcf192fadb26f01e12bf58a49b3e13c19ddbb3473742ea2a9380feb5b844b52
MD5 dc914e57c1646afadbb95810ef1cdbcd
BLAKE2b-256 9859ee0f3d1497dcf52354f4d6259ec7bf4312c140c04c9d7f403e89292a4a8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page