FerrumC
A reimplementation of the minecraft server in rust
FerrumC is a re-implementation of a server for the game Minecraft (version 1.21.8) built from scratch in Rust, designed to offer significantly improved performance and memory efficiency compared to vanilla server implementations. By using Rust’s concurrency and safety guarantees, FerrumC runs fully multithreaded, allowing it to utilize all available CPU cores — which helps deliver smoother, low-latency, high-throughput multiplayer experiences. The project aims both at providing a fast, lean...