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:11) |
From: | Eric Cooper <ecc@c...> |
Subject: | Re: [Caml-list] zcat vs CamlZip |
On Tue, Aug 29, 2006 at 02:40:23PM -0400, Sam Steingold wrote: > is this a known performance issue with the CamlZip library? I found the same thing when I was writing approx, so I use a "gunzip" process with Sys.command. (You can also use open_process_in, but I just decompress to a temporary file and then reread it. That also catches corrupt .gz files in a more robust way.) -- Eric Cooper e c c @ c m u . e d u