「view this page in B3 βῆτα server」

Revisions №56760

branch: master 「№56760」
Commited by: Luki Goldschmidt
GitHub commit link: 「ca21e6820e18c88d」
Difference from previous tested commit:  code diff
Commit date: 2014-05-04 17:48:28

Adding uncached / lazy generation MultiplePoseMover mode. In the uncached mode (enabled by default) poses are pulled from previous mover, selected and processed on demand, without caching all input and output poses. This should allow operations on larger sets without blowing up the memory requirements. Certain selectors (TopNByProperty, Cluster) require a full set of poses to perform their selection. When these selectors are used, cached mode is automatically enabled and all input poses are cached first as before. The caching behaviour can also be controlled with the "cached" parameter in the XML script. Unit Tests: All Pass Integration Tests: No changes (vs. 85c6b69)

...