Re: Is this a memory problem?



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
.



Relevant Pages

  • Re: [PATCH] cpumask 5/10 rewrite cpumask.h - single bitmap based implementation
    ... >> likewise for whatever else is copying unsigned long arrays to userspace. ... The kernel bitmaps/cpumasks are arrays ... > I presume that it is too late to change the low level format of masks ... since it seems the perfctr stuff Mikael Pettersson ...
    (Linux-Kernel)
  • Re: WHY
    ... As for higher dimensions, I'd prefer to write my tensors in Mathematica ... I don't use 3D arrays much in Excel. ... Multiple dimensions aren't often needed or even useful, ...
    (microsoft.public.excel)
  • Re: Text Import
    ... You have multiple lines which you wish to treat as one lines. ... the new super line is of a fixed format, ... I can't work out your format due to the line wraps in the message, ... by fooling it to what you want with a dummy file. ...
    (microsoft.public.sqlserver.dts)
  • Re: Directory form is now open!
    ... It's ok to peek but I really need to update ALL these pages. ... Please do not enter multiple addresses or screen names. ... WebTV user. ... have some unique format issues that we need to address. ...
    (rec.crafts.textiles.quilting)
  • Re: Challenge: reading ascii data
    ... can process the U,V records below -> internal arrays and then output UV ... matches the UV output format shown. ... character:: dat ... output time frames time,u,v,uv from arrays ...
    (comp.lang.fortran)