Skip to content
Prev 41317 / 63424 Next

Issue with seek() on gzipped connections in R-devel

Thanks for the replies. I take the point, although it does seem like a
substantial regression (on non-Windows platforms).

I like to keep the external dependencies of my packages minimal, but I
will look into the mmap package - thanks, Jeff, for the tip.

Aside from that, though, what is the alternative to using seek? If I
want to read something at (original, uncompressed) byte offset 352, as
here, do I have to read and discard everything that comes before it
first? That seems inelegant at best...

Regards,
Jon
On 23 September 2011 16:54, Jeffrey Ryan <jeffrey.ryan at lemnica.com> wrote: