▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Chunker

Chunker

Fast and Efficient Async Minecraft World Pre-generator

5.7K
47
Все версииChunker 1.21

Chunker 1.21

Release1 г. назад

Список изменений

Old Approach:

  • Utilizes the BukkitScheduler to run chunk unload tasks.
  • Tasks are scheduled within the game loop, which introduces some overhead and can limit concurrency.
  • Uses a scheduler to repeatedly check and unload chunks.

New Approach:

  • Uses virtual threads to handle chunk unload tasks.
  • Virtual threads are lightweight, allowing for many more concurrent tasks without significant performance penalties.
  • Runs tasks asynchronously, removing the dependency on the game loop scheduler.

Why the New Approach is Better:

  • The new approach using virtual threads offers lightweight concurrency and reduced overhead compared to the old scheduler-based method, simplifying the code and improving scalability for handling chunk unloading in Minecraft.

Файлы

Chunker-1.21.jar(35.92 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.21

Загрузчики

Bukkit
Paper
Purpur
Spigot

Версии игры

1.21

Загрузок

96

Дата публикации

1 г. назад

Загрузил

ID версии

Главная