Skip to content

pavelkomarov/memory-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Numpy's memmap class is fantastic for storing and handling big data parsimoniously and efficiently. Read this article to get a better appreciation for what is going on in the background.

However, raw memmaps from numpy do not contain information about the type of data they contain nor the shapes they were at write-time, so reads are ambiguous unless you've somehow remembered this information across sessions. The MemoryMap class solves this problem by including this extra information in a file header.

About

Memory-mapped databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages