Hi,

I have a huge binary data file that I would like to memory map for intensive reading (no writing) with the best possible performance. 
I read some discussions about using BigArrays to achieve this in Ocaml.  I would like to know how this solution compares with the C language mmap.
Please bear in mind I am a total newbie to Ocaml but I have good Common Lisp experience.

Thanks.