aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Class-XSAccessor-Array/pkg-descr
blob: 71485543a9cab99af363ba0a78dd5afeed2fb057 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
The Class::XSAccessor::Array module implements fast XS accessors both
for getting at and setting an object attribute. Additionally, the module
supports mutators and simple predicates (has_foo() like tests
for definedness of an attributes). The module works only with objects that
are implemented as arrays.

A simple benchmark showed more than a factor of two performance advantage over
writing accessors in Perl.

WWW: http://search.cpan.org/dist/Class-XSAccessor-Array/