freebsd-ports/devel/rubygem-bin_utils/pkg-descr
Martin Wilke a0421aa4bf It is specialized versions of methods for working with binary data.
It were written cause:

- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head

WWW: https://github.com/funny-falcon/bin_utils

PR:		ports/178619
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:40:56 +00:00

8 lines
301 B
Text

It is specialized versions of methods for working with binary data.
It were written cause:
- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head
WWW: https://github.com/funny-falcon/bin_utils