Skip Menu |

This queue is for tickets about the Bit-Vector-Array CPAN distribution.

Report information
The Basics
Id: 49812
Status: new
Priority: 0/
Queue: Bit-Vector-Array

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Use vec() in backend
The implementation could be probably more efficient if it was based on the vec() Perl built-in. http://perldoc.perl.org/functions/vec.html (little/big endian should be checked in the test suite before changing the implementation).