in-memory

Python in-memory files for caching large files

Python in-memory files for caching large files Question: I am doing very large data processing (16GB) and I would like to try and speed up the operations through storing the entire file in RAM in order to deal with disk latency. I looked into the existing libraries but couldn’t find anything that would give me …

Total answers: 2