Browse thread
zcat vs CamlZip
[
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-08-29 (19:01) |
From: | Florian Hars <hars@b...> |
Subject: | Re: [Caml-list] Re: zcat vs CamlZip |
Bardur Arantsson schrieb: > Sam Steingold wrote: >> let ch = Gzip.input_char gz_in in > > This is your most likely culprit. Apart from the fact that zcat is in fact at least twice as fast as the ocaml gzip module. Yours, Florian.