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

トップ ページ
このメッセージを削除
著者: Maël Hörz
日付:  
To: Craig Silverstein
CC: pcre-dev
題目: 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.