Mathematica 9 is now available

MemoryConstrainedByteCount

Share

FilledSmallSquareShare[expr] changes the way expr is stored internally, to try and minimize the amount of memory used.

FilledSmallSquareShare[ ] tries to minimize the memory used to store all expressions.

FilledSmallSquareShare works by sharing the storage of common subexpressions between different parts of an expression, or different expressions.

FilledSmallSquare Using Share will never affect the results you get from Mathematica. It may, however, reduce the amount of memory used, and in many cases also the amount of time taken.

FilledSmallSquare See The Mathematica Book: Section 2.13.4.

FilledSmallSquare See also: MemoryInUse, ByteCount.

FilledSmallSquare Related package: Utilities`MemoryConserve`.

Further Examples

MemoryConstrainedByteCount



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.