MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.55k stars 68 forks source link

Add additional optimization passes and rework I/O considerations #123

Closed Paul1365972 closed 6 months ago

Paul1365972 commented 11 months ago

Continuation of #120. Adds two new optimization passes, gives finer control over what MCHPRS considers to be inputs/outputs and some QoL changes to commands. Hope the huge scope of this PR is acceptable, as it was too difficult to properly decouple everything and create separate PR's for each change.

Changes:

Checks:

Open improvements and considerations:

Paul1365972 commented 6 months ago

This PR is superseded by #139