Re: Performance metrics and bug report
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
I figured out why ifile was losing (aside from using memory from realloc without checking its validity): since it lexes all messages before processing any of them, if you hand it a huge pile o' messages, it can run out of memory simply storing them all in memory. Jason, how hard would it be to make the message parsing/processing/freeing sequential instead of batched? Jeremy