
21 Nov
2003
21 Nov
'03
9:10 a.m.
Hi, Suppose I have a 500MB-ram Computer and a 300MB ram-only (standard) numarray. Now I would like to "save" that onto harddrive (with a small header up front - which I know how to do as a memmap record) Can I somehow "append" a (standard) numarray to a memmap "as a memmap-slice" ?
I obviously could create the corresponding memslice fresh and then assign the original data elementwise - but that would allocate extra (virtual) memory...
Thanks, Sebastian Haase