From 97b511e71f4f63dfe2551460a6d3a04729948613 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 29 Oct 2019 13:23:42 +0000 Subject: Suggestion on good usage of /dev/shm in README-hacking.md When you are working with large files and there is some good RAM in the system (large/powerful computers), it is beneficial to work in the shared memory directory and not the actual persistent storage (like HDD or SSD). With this commit, a fully working demo has been added to `README-hacking.md' (under the tips of "Make programming") to show how to effectively work in situations like this. --- .file-metadata | Bin 6572 -> 6572 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 9808fb6..0671246 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1