houseabsolute / Time-Local

Efficiently compute time from local and GMT time
https://metacpan.org/release/Time-Local/
Other
4 stars 11 forks source link

Reduce memory by only loading Config if needed and avoid importing Carp symbols #2

Closed bdraco closed 7 years ago

bdraco commented 7 years ago

RSS before: 3280k RSS after: 3228k Reduce by 52k

bdraco commented 7 years ago

Looks like perlcritic doesn't like accessing $Config::Config but importing Config likely has little value here.

autarch commented 7 years ago

It's possible to suppress those errors from perlcritic. I made a local branch from this and I'll merge it once it passes in Travis.