This library reduces overall memory consumption by reducing the string length and number of string buffers.
While easy enough to do manually, this automates the process and makes it easily reversible.
After loading, add a call to the function desired to your application code. E.g.,
[ ^diet'extreme ] is boot
Name | Stack | Usage |
---|---|---|
shrink | - | Reduce string length. This is invoked during the initial load of the library |
extreme | - | Further reductions of string length and reduces the buffers |
max | - | Shrink as far as possible. Disables hidden headers and temporary strings |
bloat | - | Restore buffers and string length to the default |