Re: Is this a memory problem?
- From: Bryan Heit <bjheit@xxxxxxxxxxxxxxxxx>
- Date: Wed, 05 Jul 2006 08:32:10 -0600
Keep all pointers in 32-bit format (assuming your programming language allows you to select integer size). Alternatively, split large arrays into multiple smaller ones. Another option, for extremely large data sets, is to store the data on disk, and load manageable chunks into memory for processing.
Bryan
.
- Follow-Ups:
- Re: Is this a memory problem?
- From: Jean-David Beyer
- Re: Is this a memory problem?
- References:
- Is this a memory problem?
- From: syang8
- Re: Is this a memory problem?
- From: Patrick
- Re: Is this a memory problem?
- From: Bryan Heit
- Re: Is this a memory problem?
- From: Jean-David Beyer
- Re: Is this a memory problem?
- From: syang8
- Is this a memory problem?
- Prev by Date: Re: Is this a memory problem?
- Next by Date: Re: Greater than 1371 Bytes Output Hangs Session
- Previous by thread: Re: Is this a memory problem? <1152036094.699638.87890@l70g2000cwa.googlegroups.com> <4gvpupF1pfqgvU1@individual.net> <e8el68$dli$1@news.ucalgary.ca> <62Bqg.431$nG2.107@trnddc05>
- Next by thread: Re: Is this a memory problem?
- Index(es):
Relevant Pages
|