Controversial opinion (?): on your code hot paths and bottlenecks (and only there), where performance really matters (don't guess where they are, but measure with proper benchmarks) strive to avoid using Java Stream API, even at cost of more verbosity and/or less readability. https://t.co/nL2zfR9Z7c

1 min read Original article ↗

Post

Controversial opinion (?): on your code hot paths and bottlenecks (and only there), where performance really matters (don't guess where they are, but measure with proper benchmarks) strive to avoid using Java Stream API, even at cost of more verbosity and/or less readability.

Don't miss what's happening

People on X are the first to know.

Log inSign up