<table><tr><td style="">loh.tar added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14408">View Revision</a></tr></table><br /><div><div><p>Thanks, that was much better.</p>

<p>It seams we have different priorities or tastes when is something an acceptable waste or effort.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Your point is, as long as everything still works fluffy enough there is no need to change something.</li>
<li class="remarkup-list-item">My point is, avoid as much work (at CPU side, not at coder side) as possible, do only things once and only when there is a need for.</li>
</ul>



<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>I actually tried adding the timer to the function to measure the time. I tried it on a almost 4000 lines long C++ file (far too big ;) and it has around 200 symbols. In the measurements I did, it never reached a full millisecond to finish, it always printed 0ms.</p></blockquote>

<p>Sadly ignored you my CPU use observation and still arguments with these less than 1ms. Would you say you could not reproduce my observation that would that be a point.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>I'm just saying that I don't think the complexity added for the micro-optimization is worth it. It just becomes harder to maintain.</p></blockquote>

<p>That is sadly not a hard fact, its a matter of taste when is something too complex. With that can you almost ever reject some request. When I look at the changes appears they not so complex to me. The existing quirk, how the item is searched, was already before such inscrutable. Sorry, not my code.</p>

<p>In the meantime I have an idea how to solve that something simpler, but not really clean. The main problem is, that you can't sort the tree by there line number column due to string compare -> 1 10 2 20. So my idea is that the line numbers, after the tree is new finished, to pad with "0" to become 0001 0002 0010 0020. But then must be made a decision how many lines to support.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Making the delay longer (200 ms) does not decrease the number of times the function is called.</p></blockquote>

<p>Which function? cursorPositionChanged() of cause not, updateCurrTreeItem() absolutely, as long as the user is active.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>It still stays at once when the key is pressed and once when the key is released.</p></blockquote>

<p>It seams you mean cursorPositionChanged(),that's irrelevant. The timer is restarted and updateCurrTreeItem() only called once.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>The bad thing is that the user actually feels that the plugin is slower as it now takes 200ms for the current-item to change in stead of just 100ms previously.</p></blockquote>

<p>Oh, you should try me other patch, there IS it notable, but here I have doubts.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>One thing that you could cache without much complexity is the last cursor position and only start the timer if the line changes.</p></blockquote>

<p>With that I started, then I thought we can do it better.</p>

<p>Greetings, Lothar</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R40 Kate</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14408">https://phabricator.kde.org/D14408</a></div></div><br /><div><strong>To: </strong>loh.tar, Kate, sars<br /><strong>Cc: </strong>ngraham, sars, kwrite-devel, Kate, michaelh, kevinapavew, demsking, cullmann, dhaumann<br /></div>