Skip to content

2.4.0

Compare
Choose a tag to compare
@pivovarit pivovarit released this 26 Sep 17:19
· 418 commits to master since this release

What’s Changed

This release provides improved resource management. ParallelCollectors now create fewer threads and objects.

Features & Enhancements

  • Offload the work to a calling thread when using blocking streaming instead of creating a new thread (#515) @pivovarit
  • Remove redundant intermediate result CompletableFuture (#490) @pivovarit