Aikar
e14f7e171f
Implement Chunk Priority / Urgency System for Chunks
...
Mark chunks that are blocking main thread for world generation as urgent
Implements a general priority system so that chunks that are sorted in
the generator queues can prioritize certain chunks over another.
Urgent chunks will jump to the front of the line, ensuring that a
sync chunk load on an ungenerated chunk does not lag the server for
a long period of time if the servers generator queues are filled with
lots of chunks already.
This massively reduces the lag spikes from sync chunk gens.
Then we further prioritize loading order so nearby chunks have higher
priority than distant chunks, reducing the pressure a high no tick
view distance holds on you.
Chunks in front of the player have higher priority, to help with
fast traveling players keep up with their movement.
This commit also improves single core cpu scenarios in that we will
now automatically disable Async Chunks as well as Minecrafts thread
pool.
It is never recommended to use async chunks on a single CPU as context
switching will be slower than just running it all on main.
This also bumps the number of server worker threads by default too.
Mojang does not utilize the workers in an effecient manner, resulting
in them using barely any sustained CPU.
So give it more workers so more chunks can be processed concurrently
This change also improves urgent chunk loading, so players flying into
unloaded chunks will hurt a little bit less (but still hurt)
Ping #3395 #3363 (Not marking as closed, we need to make prevent moving work)
2020-05-19 04:01:53 -04:00
..
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-12 01:27:03 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 10:13:01 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 10:06:05 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-18 19:24:06 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-04-22 23:46:57 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-19 04:01:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-14 18:05:00 -05:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 21:38:19 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 22:05:14 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 22:30:28 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 14:58:08 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 13:55:41 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-10 22:14:47 -04:00
2020-05-06 05:48:49 -04:00
2020-05-11 00:41:15 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 04:31:26 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 10:59:10 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-10 05:52:31 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 22:30:28 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 04:31:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-11 00:44:27 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 21:38:19 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-19 04:01:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-04-22 17:11:50 +02:00
2020-05-17 04:19:24 +01:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-14 18:05:00 -05:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-11 21:18:11 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 21:24:43 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-12 01:27:03 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 19:30:47 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 12:13:29 -04:00
2020-05-06 05:48:49 -04:00
2020-05-19 04:01:53 -04:00
2020-05-19 04:01:53 -04:00
2020-05-16 15:15:11 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-19 04:01:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-04-16 20:57:02 -07:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-14 04:58:47 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-11 03:42:32 -04:00
2020-05-19 04:01:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 21:38:19 -04:00
2020-05-16 21:06:19 -07:00
2020-05-11 21:18:11 -04:00
2020-05-06 05:48:49 -04:00
2020-05-09 22:30:28 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 21:38:19 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-10 22:49:58 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 21:38:19 -04:00
2020-05-06 05:48:49 -04:00
2020-05-11 00:19:04 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-14 03:16:31 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 22:05:14 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 22:05:14 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-10 05:36:35 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-16 23:26:49 -04:00
2020-05-06 09:31:29 -07:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-19 04:01:53 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-10 22:17:55 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00
2020-05-12 23:11:30 +02:00
2020-05-06 05:48:49 -04:00
2020-05-06 05:48:49 -04:00