What's TOTALLY COMPELLING about Ruby over Python?

Andrew Dalke adalke at mindspring.com
Tue Aug 19 03:20:57 EDT 2003


Ben Finney:
> The "References" header could theoretically allow you get that
> information, but it would be expensive to do so for every message,
> especially in long-running threads.

"expensive"?  How?  Say 10,000 messages with about 200 messages.
A linear scan is fast enough these days, and it's easy enough to
merge the message ids into a lookup table.

                    Andrew
                    dalke at dalkescientific.com






More information about the Python-list mailing list