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

Inizio della pagina
Delete this message
Autore: Maël Hörz
Data:  
To: Craig Silverstein
CC: pcre-dev
Oggetto: 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.