Paketname | libclass-xsaccessor-perl |
Beschreibung | Perl module providing fast XS accessors |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.05-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.3.2) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 38766 Byte |
Prüfsumme MD5 | c036afa7469309f5bdcc9a160a492bee |
Prüfsumme SHA1 | c4ce107f9a7b3ed66ef70a95ba2fca45020e3f17 |
Prüfsumme SHA256 | e02c6b775b1e24a1d0a722b96ea026f8b65676cd26b5b3d444cf8080ad1ed77f |
Link zum Herunterladen | libclass-xsaccessor-perl_1.05-2_i386.deb |
Ausführliche Beschreibung | Class::XSAccessor implements fast XS accessors both for getting at and setting
an object attribute. Additionally, the module supports mutators and simple
predicates like those for testing the truth value of a variable. It works only
with objects that are implemented as ordinary hashes.
.
The XS accessor methods were between 1.6 and 2.5 times faster than typical
pure-perl accessors in some simple benchmarking. If you usually write clear
code, a factor of two speed-up is a good estimate.
.
Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl)
for an implementation that works with array-based objects.
|