/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: Pumpkin – A Modern Minecraft server written in Rust
(github.com)
419 points
alex_medvedev
| 2 comments |
15 Oct 24 09:18 UTC
|
HN request time: 0.954s
|
source
Show context
alex_medvedev
◴[
15 Oct 24 09:18 UTC
]
No.
41846637
[source]
▶
>>41846636 (OP)
#
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
◴[
15 Oct 24 12:58 UTC
]
No.
41848102
[source]
▶
>>41846637
#
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
#
1.
alex_medvedev
◴[
15 Oct 24 18:07 UTC
]
No.
41851292
[source]
▶
>>41848102
#
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
#
ID:
GO
2.
zanderwohl
◴[
16 Oct 24 04:01 UTC
]
No.
41855478
[source]
▶
>>41851292 (TP)
#
IMO chuck generation is a great candidate for mutlithreading. Keeping it off the main thread would already be a huge improvement.
↑