Extracting small chunks of data from EXTREMELY LARGE files - say hello to memory mapped files
Memory mapped files are brilliant when you need to extract tiny bits of data from files that are much much larger than the total memory your system has.
neuroscience/fedora/musings
Memory mapped files are brilliant when you need to extract tiny bits of data from files that are much much larger than the total memory your system has.
The code I wrote for my masters research is now available on my Github account.
It's been just about a year since I started my research career as a masters student here at the University of Technology, Sydney. I'm working on bio-mimetic navigation for this course, focussed around computational modelling of head direction cells. This post is a traditional "Hello world!" post and documents my …