Concept Flow - Memory-mapped files with np.memmap
Create memmap file
Access data via memmap
Read/Write data
Changes saved to disk
Close memmap file
Memory-mapped files let you work with large arrays stored on disk as if they were in memory, reading and writing parts without loading all at once.