Hacker News new | ask | show | jobs
by tobias3 255 days ago
What I also find amazing is the server software used to run it ( https://github.com/MCHPR/MCHPRS ):

- Re-implements parts of Minecraft

- Runs 512x512 plots in different threads

- Compiles Redstone applying different kind of optimization passes https://github.com/MCHPR/MCHPRS/blob/master/docs/Redpiler.md

- It had Jit backends before, but seems they have been removed