forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
301 B
Text
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
|