Skip to content

Avoid java.util.stream.Stream usage in hot paths #22341

Closed
@bclozel

Description

@bclozel

Profiling sessions show that using java.util.stream.Stream in some hot paths is not really required and creates a lot of garbage, because those are likely to be called once or multiple times per request.

We should reconsider those and rewrite them with imperative style where possible.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions