Subject: | Inefficient reuse of AUTOLOAD |
You can reduce the calls to AUTOLOAD by bulk-installing all accessors
you can find. Change this line [1] to something like:
accessors => [map { some handwavy check for method name compliance }
keys %$self],
Cheers
[1]
https://metacpan.org/source/DAGOLDEN/Hash-Objectify-0.001/lib/Hash/Objectify.pm#L78