diff --git a/eco-core/core-backend/src/main/kotlin/com/willfp/eco/internal/placeholder/PlaceholderParser.kt b/eco-core/core-backend/src/main/kotlin/com/willfp/eco/internal/placeholder/PlaceholderParser.kt index 674833d3..28030ecc 100644 --- a/eco-core/core-backend/src/main/kotlin/com/willfp/eco/internal/placeholder/PlaceholderParser.kt +++ b/eco-core/core-backend/src/main/kotlin/com/willfp/eco/internal/placeholder/PlaceholderParser.kt @@ -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. */