Astro-Constants
view release on metacpan or search on metacpan
script/benchmarks/NOTES view on Meta::CPAN
real speedup (differences are about 5% either way) and the only gain
is in readability.
Profiling
=========
using ```
perl -d:NYTProf profile_long.pl
nytprofhtml --open
```
to examine the time that a program spends starting up, it looks like there's no
speed up to be found in importing a smaller tag. It spends about 4ms whether
it's looking up ```:long``` or ```:planetary```.
( run in 0.283 second using v1.01-cache-2.11-cpan-64827b87656 )