I\'m trying to optimize handling of large datasets using mmap. A dataset is in the gigabyte range. The idea was to mmap the whole file into memory, allowing multiple processes t
That does sound surprising. Why not try a pure C version?
Or try your code on a different OS/perl version.