Skip to content

Stormpot 2.4

Compare
Choose a tag to compare
@chrisvest chrisvest released this 06 Sep 13:04
· 375 commits to main since this release

Performance release.

  • Improved performance of Slot.release in the BlazePool implementation, by making it do a lazySet of the slot status, instead of a compareAndSet.
  • Claimed objects can now be explicitly expired with the Slot.expire method, if they are discovered to have expired after they were claimed.
  • New CompoundExpiration that can combine two expiration policies.