-
-
Notifications
You must be signed in to change notification settings - Fork 9
Optimize configuration time #106
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceUses with performance that we can improveUses with performance that we can improve
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceUses with performance that we can improveUses with performance that we can improve
Type
Fields
Give feedbackNo fields configured for issues without a type.
Configuration takes a lot of time with forma.
Probably it happens because of a lot of transformations like Kotlin
maporfilterin deps.Kotlin
mapcreates ArrayList with 10 capacity under the hood.flatmapcreates newArrayList.