[SOLVED] Very slow editor - independent of settings

Working on new editor enhancements?
AZJIO
Addict
Addict
Posts: 2187
Joined: Sun May 14, 2017 1:48 am

Re: [SOLVED] Very slow editor - independent of settings

Post 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.
SMaag
Enthusiast
Enthusiast
Posts: 324
Joined: Sat Jan 14, 2023 6:55 pm
Location: Bavaria/Germany

Re: [SOLVED] Very slow editor - independent of settings

Post 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)
AZJIO
Addict
Addict
Posts: 2187
Joined: Sun May 14, 2017 1:48 am

Re: [SOLVED] Very slow editor - independent of settings

Post 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.
Post Reply