Browse thread
[Caml-list] Cryptokit.Zlib uncompressing fails to terminate (fwd)
[
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: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Re: [Caml-list] Cryptokit.Zlib uncompressing fails to terminate (fwd) |
> Hello, > > I have been unable to contact Xavier Leroy directly, so im reposting this > message here. Few more words about the stream that takes uncompress into > an endless loop, it is %100 valid zlib compressed data with 2 additional > (gzip's crc and length) words at the end. While waiting the problem is fixed, you might use ExtLib "Unzip" module that provides a pure ocaml "inflate" algorithm implementation ( aka zlib decompression ). Speed is "only" around 2 to 3 times slower than zlib. Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners