Triutilizer
Triutilizer
This modification is specifically designed for Minecraft servers and fundamentally changes the approach to CPU resource allocation, significantly improving performance on multi-core systems.
Important Information
Attention: This mod is intended exclusively for the server side and should not be installed on the client. Use on the client side has not been tested and may lead to file corruption.
If when using the stats command you notice that the task queue is full and some tasks are being skipped - don't worry. This is normal system behavior that actually contributes to performance improvement (although the exact mechanism of this effect requires further study).
Technical Features
The modification implements a managerial approach to task management: a special manager thread extracts tasks from the queue and distributes them among worker threads for execution. After completing the task, the worker thread returns the result back to the main thread for loading.
This approach ensures that the server does not operate with half of available resources at low TPS, providing optimal use of CPU power.