Memory Model
Posted: Fri Apr 29, 2011 5:54 pm
Hi all !
After much reading, im considering implementing Single-Level Store memory and was wondering if anyone else has tried implementing this or just general thoughts on it?
Mike Brown
--
http://en.wikipedia.org/wiki/Single-level_store
Single level store - RAM is basically ignored and is used as a cache, and memory is allocated from the hard drive.
The reasons why i like this is; with non-volatile RAM, and Solid State Drives - Memory "types" are merging. Fairly simple, Application's state can be stored in non-volatile memory and Filesystem structures are abstracted outside of raw storage.
After much reading, im considering implementing Single-Level Store memory and was wondering if anyone else has tried implementing this or just general thoughts on it?
Mike Brown
--
http://en.wikipedia.org/wiki/Single-level_store
Single level store - RAM is basically ignored and is used as a cache, and memory is allocated from the hard drive.
The reasons why i like this is; with non-volatile RAM, and Solid State Drives - Memory "types" are merging. Fairly simple, Application's state can be stored in non-volatile memory and Filesystem structures are abstracted outside of raw storage.