Skip to content

Releases: nerou42/LargeArrayBuffer

Version 1.3

06 Nov 11:57
v1.3.0
f688691

Choose a tag to compare

  • Allow usage of ext-lz4frame instead of ext-lz4
  • Update tooling
  • Add rector to CI
  • Fix typo in README.md

Version 1.2

18 Jul 16:47
v1.2
914ed29

Choose a tag to compare

Add support for conversions to SplFixedArray and Generator

Version 1.1

10 Mar 16:37
8baa03c

Choose a tag to compare

  • Add support for MessagePack serializer using ext-msgpack.
  • Improved error handling for serialization errors

Version 1.0.1

16 Oct 13:25
ad8cf5b

Choose a tag to compare

Bugfix for end of array buffer (EOF) detection

Version 1.0

06 Mar 17:41
7d5d0bf

Choose a tag to compare

Improved compatibility and documentation

Version 0.4

13 Dec 09:57
b3ecc6e

Choose a tag to compare

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

05 Dec 22:31
8c54151

Choose a tag to compare

Add support for igbinary serializer

Version 0.2

21 Nov 17:14
e58eebb

Choose a tag to compare

  • add benchmark and results (see README.md)
  • add LZ4 compression support based on ext-lz4

Version 0.1.1

20 Nov 17:13
e21c17f

Choose a tag to compare

Bugfix for reading from empty buffer

Version 0.1

20 Nov 16:11
d76ab08

Choose a tag to compare

Fully functional version, which might not perform optimal and has a rather small feature set.