Author Topic: The 14 June 2024 build (13529) is out.  (Read 17811 times)

Offline Elena

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: The 14 June 2024 build (13529) is out.
« Reply #15 on: January 26, 2025, 01:41:48 pm »
Hi, I hope this message will be noticed. I did not open a new topic because it is definitely related to build 13529 and over.

I also have experienced major slowdowns since b13529.
What I wanted to point out is that the culprit was indeed Browse Tracker, I disabled it and now everything is fine as before.
At the moment of writing this, current NB is 13600 and the problem is *still present*. Therefore, I simply have to keep the plugin disabled. Hope this helps.
Therefore, please consider fixing the plugin, which is causing major slowdowns since b13529

Thx
« Last Edit: January 26, 2025, 01:54:44 pm by Elena »

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1672
Re: The 14 June 2024 build (13529) is out.
« Reply #16 on: January 28, 2025, 12:04:44 pm »
This post describes a problem with the same commit producing the delays.

@Pecan, can you take a look?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2832
Re: The 14 June 2024 build (13529) is out.
« Reply #17 on: January 28, 2025, 05:57:16 pm »
This post describes a problem with the same commit producing the delays.

@Pecan, can you take a look?

I'll have a look today and try to reproduce it.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2832
Re: The 14 June 2024 build (13529) is out.
« Reply #18 on: January 31, 2025, 12:39:56 am »
Hi, I hope this message will be noticed. I did not open a new topic because it is definitely related to build 13529 and over.

I also have experienced major slowdowns since b13529.
What I wanted to point out is that the culprit was indeed Browse Tracker, I disabled it and now everything is fine as before.
At the moment of writing this, current NB is 13600 and the problem is *still present*. Therefore, I simply have to keep the plugin disabled. Hope this helps.
Therefore, please consider fixing the plugin, which is causing major slowdowns since b13529

Thx

@Elena: I apologize for missing your post.
I've reworked the Editor hook for efficiency such that only flags are set in that code and moved all processing of BrowseTracker arrays to the idle processing time routine.

Please consider retesting, since I was unable to recreate the slowdown and let us know the outcome.

CodeBlocks revision 13606.

Regards, pecan

« Last Edit: January 31, 2025, 12:49:08 am by Pecan »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2832
Re: The 14 June 2024 build (13529) is out.
« Reply #19 on: January 31, 2025, 12:45:43 am »
This post describes a problem with the same commit producing the delays.

@Pecan, can you take a look?

I was unable to recreate the described assert and slowdown in the BrowseTracer plugin. But I've done some extensive re-coding to elimate any array processing in the editor hook and moved that processing to OnIdle().

I've also added more guards to avoid out-of-bounds conditions in the AddEditor() routine.

CB commit13606