←back to thread

345 points alex_medvedev | 1 comments | | HN request time: 0.201s | source
Show context
alex_medvedev ◴[] No.41846637[source]
Hello. I recently developed Pumpkin, Its a efficent and fast Minecraft server completely written in Rust from the ground up, Check it out :D
replies(2): >>41848101 #>>41848102 #
gynther ◴[] No.41848102[source]
Cool! Would be interesting to understand how to multithreading works? Is it just the "easy" parts or actual operations related to the world as well?
replies(1): >>41851292 #
alex_medvedev ◴[] No.41851292[source]
Currently Pumpkin has not much multi-threading but we want to go all in. There is already a good structure for multi-threading, We want to make everything multi-threaded what benefits from it
replies(1): >>41855478 #
1. zanderwohl ◴[] No.41855478[source]
IMO chuck generation is a great candidate for mutlithreading. Keeping it off the main thread would already be a huge improvement.