Skip to content

Deprecated Memory Waster Script

Insidious Fiddler requested to merge chore-remove-memory-waster into master

We have decided to deprecate the memory waster functionality due to the following reasons:

  1. Efficiency Concerns: Initializing and filling the variable would consume not only memory but also considerable processing power.

  2. Multithreading Challenges: Running the current memory waster in a multithreaded environment could introduce unnecessary complexities. The frequency of adjustments to the variable is critical; it needs to be fast enough to meet the requirements but not too fast to interfere with other essential tasks.

Merge request reports