Files
Paper/Spigot-Server-Patches/Optimize-ItemStack.isEmpty.patch
Aikar daab7ed781 Optimize isEmpty() to remove Map lookup
Every call to .isEmpty() made a horribly wasteful map lookup just to get the
reference to the Air Item for checking.

We will now cache a copy of that item
2016-12-21 04:21:42 -05:00

1.3 KiB