pkgsrc/devel/p5-MooseX-ArrayRef/DESCR
mef 6395a627f3 (devel/p5-MooseX-ArrayRef) import MooseX-ArrayRef-0.005
Objects implemented with arrayrefs rather than hashrefs are often
faster than those implemented with hashrefs. Moose's default object
implementation is hashref based. Can we go faster?

Simply use MooseX::ArrayRef instead of use Moose, but note the
limitations in the section below.

The current implementation is mostly a proof of concept, but it does
mostly seem to work.
2020-04-16 12:14:11 +00:00

9 lines
374 B
Text

Objects implemented with arrayrefs rather than hashrefs are often
faster than those implemented with hashrefs. Moose's default object
implementation is hashref based. Can we go faster?
Simply use MooseX::ArrayRef instead of use Moose, but note the
limitations in the section below.
The current implementation is mostly a proof of concept, but it does
mostly seem to work.