Files
OldSliceMC/patches/server
Andrew Steinborn bfb3d42b44 Optimize entity tracker passenger checks (#6361)
When a ServerEntity instance is first constructed, it uses a pre-Java 9 empty collection,
but passengers use Guava ImmutableList. When comparing the two collections via Object#equals
we miss out on an opportunity to reduce the check to little more than a reference equality
check (which is very fast).
2021-08-09 11:36:45 -07:00
..
2021-06-16 20:43:30 -05:00
2021-06-17 21:52:26 +02:00