Sujet : Re: Parallel Forth on a 44 core machine
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 28. Aug 2024, 17:35:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87wmk0y59d.fsf@nightsong.com>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
mhx@iae.nl (mhx) writes:
I didn't catch your drift there until I found out why there are no
really fast RAM drives. The fastest drive is no drive at all, and
that is possible by writing the simulation data to a temp file.
Windows has a special attribute for that ( _O_SHORT_LIVED ) and
Linux has shm.
On Linux you can make a ramdisk (use some of your system ram as a file
system) with tmpfs.