Releases: nerou42/LargeArrayBuffer
Releases · nerou42/LargeArrayBuffer
Version 1.3
- Allow usage of ext-lz4frame instead of ext-lz4
- Update tooling
- Add rector to CI
- Fix typo in README.md
Version 1.2
Add support for conversions to SplFixedArray and Generator
Version 1.1
- Add support for MessagePack serializer using
ext-msgpack. - Improved error handling for serialization errors
Version 1.0.1
Bugfix for end of array buffer (EOF) detection
Version 1.0
Improved compatibility and documentation
Version 0.4
Add wrapper class to abstract from array and LargeArrayBuffer in a way that array is used until a specified threshold is reached. Afterwards LargeArrayBuffer will be used.
Version 0.3
Add support for igbinary serializer
Version 0.2
- add benchmark and results (see README.md)
- add LZ4 compression support based on ext-lz4
Version 0.1.1
Bugfix for reading from empty buffer
Version 0.1
Fully functional version, which might not perform optimal and has a rather small feature set.