contents   index   previous   next



JSE_POOL_STRINGDATA (on, off if JSE_MIN_MEMORY is on)

 

ScriptEase always pools string descriptors. If this define is on, ScriptEase also retains the string data space to be reused when the string descriptor is next used. This allows faster string manipulations but uses up more memory. By default, it is on only if not using a min memory setting.


JSE_PER_OBJECT_CACHE (on, off if JSE_MIN_MEMORY is on)