| Paketname | libclass-xsaccessor-perl | 
| Beschreibung | Perl module providing fast XS accessors | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.05-2 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 168 Byte | 
| Hängt ab von | perl (>= 5.10.1-7), perlapi-5.10.1, libc6 (>= 2.3.2) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 38282 Byte | 
| Prüfsumme MD5 | dd93e30439a547315814001fd40d1448 | 
| Prüfsumme SHA1 | 374fd33d24a921cd0ad43e001f54b262bd587df5 | 
| Prüfsumme SHA256 | b4303eefacdcf2ff980035043ccfb949539c52e56d7c8637f74c645dc90e4ffd | 
| 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. |