Subject: | cut memory usage almost in half |
Hello,
You can shave half MB or so off Text::Elide's memeory foot print by:
As is Text::Elide adds about + 1024 bytes of RSS
- not using List::Util (w/ only this mod used + 720) (its not even used)
- not using Readonly (w/ only this mod used + 728) (its sufficiently untouchable simply by
doing it in as a package my() and if its was changed by some uber hacker who cares?)
- not using version (w/ only this mod used + 836, 0, 688 if its version 0.75 though so this one
is still failry ok)
With all 3 not used + 620 bytes