On Fri, 7 Oct 2005, Jeff Breidenbach wrote:

> Is the fundamental problem in perl, mhonarc, or both?
>

fundamental problem in perl:
s{...}{...;....;}g operation on 10Mb string require about 1Gb memory.

fundamental problem in mhonarc:
using perl... :-)

Perl operation don't regulate memory usage of operation. :-(
For best result perl programmer choose best solution.

My work around replace one BIG loop with compound body by
two loop: small (256 times) with compound body, and BIG
loop with simplle body.

This way not very good for _euc_jp_conv and the like...

For _euc_jp_conv "small" loop repeat 18600 times and on
short letters my way slowly... :-(
However, memory usage for my way very regulate (for perl program).

On this problem be able -D-o-S- attack on mail list server...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to