Acme-CPANModules-ArrayClassBuilder

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::CPANModules::ArrayClassBuilder - List of class builders for
    array-backed classes

VERSION
    This document describes version 0.002 of
    Acme::CPANModules::ArrayClassBuilder (from Perl distribution
    Acme-CPANModules-ArrayClassBuilder), released on 2022-03-08.

DESCRIPTION
    This list catalogs class builders for classes that use array (instead of
    the popular hash) as their backend storage.

    Hash is the vastly popular backend for object due to its flexibility and
    convenient mapping of hash keys to object attributes, but actually Perl
    objects can be references to any kind of data (array, scalar, glob).
    Storing objects as other kinds of references can be useful in terms of
    attribute access speed, memory size, or other aspects. But they are not
    as versatile and generic as hash.

ACME::CPANMODULES ENTRIES

lib/Acme/CPANModules/ArrayClassBuilder.pm  view on Meta::CPAN


our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-08'; # DATE
our $DIST = 'Acme-CPANModules-ArrayClassBuilder'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => 'List of class builders for array-backed classes',
    description => <<'_',

This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.

Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.

_

lib/Acme/CPANModules/ArrayClassBuilder.pm  view on Meta::CPAN

=head1 NAME

Acme::CPANModules::ArrayClassBuilder - List of class builders for array-backed classes

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::ArrayClassBuilder (from Perl distribution Acme-CPANModules-ArrayClassBuilder), released on 2022-03-08.

=head1 DESCRIPTION

This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.

Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.

=head1 ACME::CPANMODULES ENTRIES



( run in 1.492 second using v1.01-cache-2.11-cpan-49f99fa48dc )