#lazy-evaluation

[ follow ]
Scala
fromMedium
1 week ago

10 Apache Spark Anti-Patterns to Avoid

Avoid common Spark anti-patterns that trigger unnecessary actions, shuffles, caching issues, and excessive schema complexity, which slow big data jobs.
JavaScript
fromAllthingssmitty
4 months ago

Stop turning everything into arrays (and do less work instead) - Matt Smith

Iterator helpers provide lazy, chainable methods on iterators to avoid intermediate arrays, reduce work, and stop computation once enough values are retrieved.
[ Load more ]