Skip to content

R-alpha: Re: R-beta: Re: S Compatibility

1 message · Peter Dalgaard

#
Ross Ihaka <ihaka@stat.auckland.ac.nz> writes:

[on out-of-memory data]
No problem. You just need someone as smart as you are to chip in with
the development. Or four people half as smart ;^)

There might also be some more "brutal" approaches, such as having the
vector heap as a memory-mapped file, leaving the cacheing and similar
work to the operating system. OS's are already quite good at handling
files with holes in them, so it's not like allocating a huge file just
for a handful af variables. Some special routines for defragmentation
might be necessary, though. Not that I really know what I'm talking
about...

At any rate, it would probably be a good thing to start thinking in
terms of modularity, database backends and such.

I've moved the thread to r-devel, it seemed to be getting too
technical for r-help.