Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (54m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 17:36:42 UTC Now

2020-04-16 12:14:11 UTC MAIN commitmail json YAML

(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.

(mef)