Comment 2 for bug 779529

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: merge preview pane is DEAD slow

OK, I found that the slowest part here is QTextBrowser.setText(txt) where len(txt) = 246252. Very big txt, so no wonder it works soooooooo long. But in any case, that's kill entire explorer idea. Either we should find the way to make QTextBrowser faster or simply give up and throw it away.