bgrep
bgrep copied to clipboard
The previous version has supported only files upto 4GiB. When working wi...
...th
streams of random data (produced with 200MiB/s rate) on stdin this was not sufficient. This version of program works with 64-bit integers and supports filesizes upto 2^64 bytes (16EiB - Exbibytes). The offset is now printed as 16 char long hex value.
Hi,
The previous version has supported only files upto 4GiB. When working with streams of random data (produced with 200MiB/s rate) on stdin this was not sufficient. This version of program works with 64-bit integers and supports filesizes upto 2^64 bytes (16EiB - Exbibytes). The offset is now printed as 16 char long hex value.
Please consider to pull it into your project.
Jirka
Good job! I've used this patch but I have to compile with -D_FILE_OFFSET_BITS=64 to grep 16 GB file (coreutils-faq).
Is this still relevant?