Browse thread
[Caml-list] using BigArray to mmap huge binary file
- Dário_Abdulrehman
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-11-09 (18:30) |
From: | Dário_Abdulrehman <drehman31@g...> |
Subject: | [Caml-list] using BigArray to mmap huge binary file |
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.