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).