Skip to content
Prev 13446 / 63424 Next

idea for "virtual matrix/array" class

On Mon, 23 Aug 2004, Tony Plate wrote:
This is what RPgSql does with proxy dataframes and what I did (read-only)
for netCDF access. It's a good idea if you have a data format for which
random access is fairly fast.  I'm not sure that the standard serialized
binary format satisfies this.  Fixed-format text files would work, but
free-format ones wouldn't -- seek() only helps when you can work out where
to seek without reading all the data.

	-thomas