LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
106 stars 23 forks source link

Add option to adjust thread priorities #162

Closed embeddedt closed 1 year ago

embeddedt commented 1 year ago

To improve Minecraft client performance on systems with very few hardware cores, it's important to keep the concurrently running thread count low, and also ensure the client thread has highest priority (to avoid stutter). To accomplish this, the following priority changes are made if threadPriorityFix is enabled:

embeddedt commented 1 year ago

Marking this as draft because the chunk builder seems to be running way too slowly.