bgrep icon indicating copy to clipboard operation
bgrep copied to clipboard

The previous version has supported only files upto 4GiB. When working wi...

Open jirka-h opened this issue 11 years ago • 3 comments

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

jirka-h avatar Feb 07 '14 15:02 jirka-h

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

jirka-h avatar Feb 07 '14 15:02 jirka-h

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

tomplus avatar Feb 22 '15 22:02 tomplus

Is this still relevant?

RecRanger avatar May 30 '24 07:05 RecRanger