Re: [pcre-dev] Searching a big file with PCRE

Kezdőlap
Üzenet törlése
Szerző: Maël Hörz
Dátum:  
Címzett: Craig Silverstein
CC: pcre-dev
Tárgy: Re: [pcre-dev] Searching a big file with PCRE
> } approach on searching big files with PCRE?
>
> What if you mmapped the file?

Unfortunately this will not work (on a 32-bit system) since my files
could be larger than 2GB, see 3 GB and more.

Regards, Maël.