This repository has been archived by the owner on May 21, 2022. It is now read-only.
v2.1.0
- 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.