Browse thread
ANNOUNCE : libsndfile-ocaml alpha
[
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: | -- (:) |
| From: | Gerd Stolpmann <info@g...> |
| Subject: | Re: [Caml-list] ANNOUNCE : libsndfile-ocaml alpha |
Am Mittwoch, den 03.01.2007, 09:37 +1100 schrieb Erik de Castro Lopo: > BTW, anyone mmaping files on Linux for performance reasons should > be aware that Linus himself doesn't think mmap will have any > performance improvement over read: > > http://www.cs.helsinki.fi/linux/linux-kernel/2001-40/1661.html Just a quick and somehow interesting observation: Linus assumes that the read buffer is page-aligned in this comparison, something you cannot expect in most higher languages (of course you can arrange that in libsndfile - did you?). That reminds me that the OS guys live in another world. Would be interesting which function wins if you compare Unix.read (which does not care about alignment, and does an extra copy) with Bigarray.mmap. Gerd -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany gerd@gerd-stolpmann.de http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------