Comment 1 for bug 266588

Revision history for this message
James Henstridge (jamesh) wrote :

There is a fairly easy optimisation for this filter that I
missed when writing it. It calls str() on the message
object twice. It would be quicker to call str() on the
message once.