>
On Sat, Mar 24, 2012 at 2:11 AM, Tim Watson <> wrote: > So if you are willing to loose some space efficiency (which you would with mmap anyway) then reading the entire binary into memory is a lot faster: > Tim, looks like your solutions is twice faster due to using threads. Am I right?