Paper/src
Travis Watkins ea126f98ad Don't check unload queue before ticking things anymore.
In commits 71a238ee and c8591397 we added checks while ticking to ensure
we never ticked anything in a chunk meant to be unloaded. We did this to
prevent these chunks being removed from the unload queue and leaked.
However, this causes a ridiculously large number of lookups on the queue
for a somewhat rare occurance. We also now have the chunk GC which will
take care of these leaked chunks when they do happen. With this in mind
we now remove these checks which removes almost all uses of the
LongHashSet backing the unload queue.
2014-06-21 21:03:00 -05:00
..
main Don't check unload queue before ticking things anymore. 2014-06-21 21:03:00 -05:00
test/java/org/bukkit Handle profiles in SkullMeta, they don't store a string anymore. 2014-04-17 14:09:53 -05:00