Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@pomma89 pomma89 released this 18 Sep 12:28
· 211 commits to master since this release
  • Changed default min and max size for MemoryStreamPool: 4KB min, 512KB max.
  • Changed default min and max size for StringBuilderPool: 4K char min, 512K char max.
  • Created two ad-hoc interfaces for specialized pools.
  • BREAKING CHANGE: Moved static properties which controlled specialized pool sizes to the new interfaces.
  • Updated Thrower.
  • ObjectPool did not respect minimum pool size bound. Now it does.
  • When min or max capacity of specialized pools is changed, pool is cleared, if necessary.