Skip to content

interface to use, eventually for cross-platform setup and maintenance of ramdisk, primarily for unittesting and compiling code.

License

Notifications You must be signed in to change notification settings

5l1v3r1/ramdisk

 
 

Repository files navigation

ramdisk

Interface to use, eventually for cross-platform setup and maintenance of ramdisk, primarily for unittesting and compiling code.

Initial work done only for the Mac platform.

NOTE:

The code has two branches, master (hopefully stable) and develop (not necessarily stable). The goal is to only merge to develop when functionality is stable and tests have been written for that functionality.

###Mac

Instanciating the RamDisk class will create a ramdisk that you can use - in chunks of 1Mb.

Initial work done only for the Mac platform.

###Linux

Ramdisk class that can use either current method for creating a ramdisk on Linux, currently working on a tmpfs version....

##Future work:

###Windows

Will call a currently available binary to create a ramdisk.

Languages

Currently written/tested in only python v2.7

Future plans to duplicate in other languages as well.

About

interface to use, eventually for cross-platform setup and maintenance of ramdisk, primarily for unittesting and compiling code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%