pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-MooseX-ArrayRef



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Apr 16 12:14:11 UTC 2020

Added Files:
        pkgsrc/devel/p5-MooseX-ArrayRef: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-MooseX-ArrayRef/DESCR \
    pkgsrc/devel/p5-MooseX-ArrayRef/Makefile \
    pkgsrc/devel/p5-MooseX-ArrayRef/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-MooseX-ArrayRef/DESCR
diff -u /dev/null pkgsrc/devel/p5-MooseX-ArrayRef/DESCR:1.1
--- /dev/null   Thu Apr 16 12:14:11 2020
+++ pkgsrc/devel/p5-MooseX-ArrayRef/DESCR       Thu Apr 16 12:14:11 2020
@@ -0,0 +1,9 @@
+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.
Index: pkgsrc/devel/p5-MooseX-ArrayRef/Makefile
diff -u /dev/null pkgsrc/devel/p5-MooseX-ArrayRef/Makefile:1.1
--- /dev/null   Thu Apr 16 12:14:11 2020
+++ pkgsrc/devel/p5-MooseX-ArrayRef/Makefile    Thu Apr 16 12:14:11 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/04/16 12:14:11 mef Exp $
+
+DISTNAME=      MooseX-ArrayRef-0.005
+CATEGORIES=    devel perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/
+COMMENT=       Blessed arrayrefs with Moose
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/MooseX/ArrayRef/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-MooseX-ArrayRef/distinfo
diff -u /dev/null pkgsrc/devel/p5-MooseX-ArrayRef/distinfo:1.1
--- /dev/null   Thu Apr 16 12:14:11 2020
+++ pkgsrc/devel/p5-MooseX-ArrayRef/distinfo    Thu Apr 16 12:14:11 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/16 12:14:11 mef Exp $
+
+SHA1 (MooseX-ArrayRef-0.005.tar.gz) = 703fcf3365f5d52eab5989775bda918645f068a4
+RMD160 (MooseX-ArrayRef-0.005.tar.gz) = beda2dfa8231596ed7e26052566acc540ed86675
+SHA512 (MooseX-ArrayRef-0.005.tar.gz) = bfc62fd6bf083cb74f05e318b052c49c3c00afc4d1b6f4f07ec7279d53ce3303bf6aca9cdefc32c712f87ee431ba447d43f98adf697c55641450807708f2b16f
+Size (MooseX-ArrayRef-0.005.tar.gz) = 17552 bytes



Home | Main Index | Thread Index | Old Index