This repository was archived by the owner on Sep 28, 2024. It is now read-only.
Releases: MarcusChr/BlockBasedMemoryStream
Releases · MarcusChr/BlockBasedMemoryStream
Added way to clear pool
Added block-pooling.
- Added support for block-pooling, which will reuse blocks with already allocated memory, resulting in increased performance.
- Fixed bugs.
- Increased performance through fixing faulty logic.
[Testing] Added block-pooling.
- Added support for block-pooling, which will reuse blocks with already allocated memory, resulting in increased performance.
- Fixed bugs.
- Increased performance through fixing faulty logic.
Fixed a bug with the cached length
The bug would cause the cached length to be less than 0, when reading the stream to the end.
Bugfix release (Clear would reset the value of "_useLengthCaching")
Fixed a bug where calling the Clear-method would enable LengthCaching, even if it was disabled.
v1.2.0
Introducing length caching
Increases performance by caching the length, instead of having to loop-through all of the blocks.
This feature is optional.
First release
1.0.0.3 Updated version.