Skip to content

Optimize configuration time #106

@ikarenkov

Description

@ikarenkov

Configuration takes a lot of time with forma.
Probably it happens because of a lot of transformations like Kotlin map or filter in deps.
Kotlin map creates ArrayList with 10 capacity under the hood. flatmap creates new ArrayList.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestperformanceUses with performance that we can improve

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions