Files
Paper/Spigot-Server-Patches/Remove-streams-from-Mob-AI-System.patch
Spottedleaf f654174059 Remove streams from Mob AI System
The streams hurt performance and allocate tons of garbage, so
replace them with the standard iterator.

Also optimise the stream.anyMatch statement to move to a bitset
where we can replace the call with a single bitwise operation.
2020-04-11 20:15:22 -04:00

11 KiB