Page 8 of 8
Re: [SOLVED] Very slow editor - independent of settings
Posted: Wed Aug 27, 2025 4:22 am
by AZJIO
A
video showing how 24 tabs open in 3 minutes.
The Ruzen processor limits PureBasic to 1-2%. Running the compiler increases it to 5%.
I'm showing the task manager to make this visible.
Re: [SOLVED] Very slow editor - independent of settings
Posted: Wed Aug 27, 2025 8:58 am
by SMaag
The Ryzen processor somehow limits the load on the processor. I remember that on Intel, an incorrect loop could load the processor to 100%, so I always had a processor sensor in the tray. While experimenting with the CLCL program, I noticed that the processor was only loaded by 8%. This was strange, as incorrect code either did not load the processor or loaded it to 100%. I created a loop that loaded the processor by 4%.
I guess you mix up CPU load with Core load! The Ryzen do not limit the load.
You just have a lot of cores.
On a 8 Core CPU a single Task can rise the CPU load to 12.5% (100/8)
On a 16 Core CPU a singel Task can rise the CPU lad to 6.25% (100/16)
Re: [SOLVED] Very slow editor - independent of settings
Posted: Wed Aug 27, 2025 1:03 pm
by AZJIO
SMaag wrote: Wed Aug 27, 2025 8:58 am
You just have a lot of cores.
viewtopic.php?p=629744#p629744
By the way, I recorded the
video how it works in Linux, it starts very quickly, 3 seconds.