Generate fast XS accessors without runtime compilation
http://search.cpan.org/dist/Class-XSAccessor
Class::XSAccessor implements fast read, write and read/write accessors in
XS. Additionally, it can provide predicates such as "has_foo()" for
testing whether the attribute "foo" is defined in the object. It only
works with objects that are implemented as ordinary hashes.
Class::XSAccessor::Array implements the same interface for objects that
use arrays for their internal representation.
- Developed at devel:languages:perl
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Class-XSAccessor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Class-XSAccessor-1.13.tar.gz | 0000078100 76.3 KB | |
perl-Class-XSAccessor.changes | 0000001317 1.29 KB | |
perl-Class-XSAccessor.spec | 0000003853 3.76 KB |
Revision 6 (latest revision is 13)
Stephan Kulow (coolo)
accepted
request 107115
from
Stephan Kulow (coolo)
(revision 6)
- updated to 1.13 - Removes the cached read-only and read-write accessors for the time being. (These were only available from another development releasse. - Much more brutal thread-safety testing. - Fixed thread-safety problem with the global hashkey storage. - Lots of refactoring in the C code. - Instead of storing an index in the CV, we store a pointer to the hashkey struct. - Implements cached read-only and read-write accessors. Details on what that means are in the documentation.
Comments 0