Skip to content

Stormpot 3.0

Compare
Choose a tag to compare
@chrisvest chrisvest released this 10 Nov 09:49
· 7 commits to 3.0 since this release

Major release.

  • Java 11 is now the minimum required version.
  • Updated, modern, and ergonomic APIs.
  • Pools are now created with Pool.from(allocator).build().
  • There is only a single pool implementation now.
  • New Pool.of(...) API to create a pool with pre-allocated objects, and no background thread.
  • Improved handling of prolonged allocation failures.
  • Lower idle CPU usage.