Browse thread
Buffered input channel
-
Alexandre Pilkiewicz
-
Erik de Castro Lopo
- Alexandre Pilkiewicz
- Alain Frisch
-
Erik de Castro Lopo
[
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: | 2007-08-02 (21:47) |
From: | Alexandre Pilkiewicz <alexandre.pilkiewicz@p...> |
Subject: | Re: [Caml-list] Buffered input channel |
On Thursday 02 August 2007 17:09:22 Erik de Castro Lopo wrote: > Is there anything wong with open_in, input_char, pos_in, seek_in and > close_in of the Pervasives module? Well, I thought the problem was with the buffering, but as Alain made me realise, the standard input channels are buffered (of size 4096 if I understand well what I read). The documentation wasn't really clear at this subject (at least not the description of the Pervasives module), and I had not enough courage to read the C code of the implementation. I should. So my very bad performances don't come from there ! Thanks for the very quick answers Alexandre