Clarified PlaceholderParser

This commit is contained in:
Auxilor
2023-04-28 19:59:13 +01:00
parent 5695750fc5
commit fa87cae81e

View File

@@ -13,7 +13,8 @@ import java.util.concurrent.TimeUnit
/*
A lot of methods here are centered around minimising calls to getPlaceholderInjections,
which tends to be slow for things like configs.
which tends to be slow for things like configs. This was optimised with ListViewOfCollection,
but it's still best to minimise the memory overhead.
*/