Re: [go-nuts] buffered io.ReaderAt

2017-09-16 Thread Sebastien Binet
ah! I thought I had scrutinized your repos for such a thing (you usually have quite the gems over there) but overlooked that one. thanks. sadly, the improvement wasn't impressive (probably a testimony to the performances of the linux filesystem layer...) copying the whole file's content into a

Re: [go-nuts] buffered io.ReaderAt

2017-09-16 Thread Jan Mercl
On Sat, Sep 16, 2017 at 1:52 PM Sebastien Binet wrote: > Has anybody written a buffered version of an io.ReaderAt ? IIUC what's needed, you might want to try https://github.com/cznic/file/blob/efffc965e97bbf31b0ed00deb82fe697500f22b5/file.go#L1039 -- -j -- You received