Carlos Pita
2014-07-31 23:02:32 UTC
Hi guys,
I'm using gnus-summary-move-article to move messages to gmail trash over
an imap connection. Moving a single message takes several
seconds. Moving a list of messages has more or less O(n) with the same
constant. So it's slow for one article and it's proportionally slow for
n articles (no decreasing average cost here, batching the moves is not
optimizing on some fixed initial cost or whatever).
Is there something I could be doing wrong? Is there anything I could do
better?
Cheers
--
Carlos
I'm using gnus-summary-move-article to move messages to gmail trash over
an imap connection. Moving a single message takes several
seconds. Moving a list of messages has more or less O(n) with the same
constant. So it's slow for one article and it's proportionally slow for
n articles (no decreasing average cost here, batching the moves is not
optimizing on some fixed initial cost or whatever).
Is there something I could be doing wrong? Is there anything I could do
better?
Cheers
--
Carlos