Changes between Version 127 and Version 128 of requests


Ignore:
Timestamp:
Dec 22, 2010, 1:49:52 PM (15 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • requests

    v127 v128  
    1010Currently they include only those collected by Tom Goddard (focus on
    1111density maps, molecular assemblies, electron microscopy).
     12</p>
     13
     14<p>
     15292.
     16<b>Reduce fit-in-map memory use</b><br>
     17December 21, 2010<br>
     18Tom Goddard, bug #8943<br>
     19Reduce fit-in-map memory use by not allocating a full array of grid indices
     20for a map being fit into another map when only grid indices above a threshold
     21are being used.  Currently the full grid index array is created then filtered.
     22Could do this in one step with a simple C++ routine.
    1223</p>
    1324