3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 05:20:05 +01:00
Paper/src/main
Travis Watkins ccc760d629 Use a dynamic pool size for the iterator cache
Many codepaths only end up with one iterator being used at a time and
most of the rest only get up to two being used so using a static pool of
three is wasteful. This also allows us to efficiently handle cases that
exceed 3 iterators in use. Overall this dramatically increases the hit rate
and results in less iterators being created.
2012-08-20 18:44:07 -05:00
..
java Use a dynamic pool size for the iterator cache 2012-08-20 18:44:07 -05:00
resources/configurations Implement new deprecated warning state configuration option 2012-08-06 23:52:49 -05:00