Skip to content

Releases: nerou42/LargeArrayBuffer

Version 1.3

Choose a tag to compare

@cracksalad cracksalad released this 06 Nov 11:57
v1.3.0
f688691
  • Allow usage of ext-lz4frame instead of ext-lz4
  • Update tooling
  • Add rector to CI
  • Fix typo in README.md

Version 1.2

Choose a tag to compare

@cracksalad cracksalad released this 18 Jul 16:47
v1.2
914ed29

Add support for conversions to SplFixedArray and Generator

Version 1.1

Choose a tag to compare

@cracksalad cracksalad released this 10 Mar 16:37
8baa03c
  • Add support for MessagePack serializer using ext-msgpack.
  • Improved error handling for serialization errors

Version 1.0.1

Choose a tag to compare

@cracksalad cracksalad released this 16 Oct 13:25
ad8cf5b

Bugfix for end of array buffer (EOF) detection

Version 1.0

Choose a tag to compare

@cracksalad cracksalad released this 06 Mar 17:41
7d5d0bf

Improved compatibility and documentation

Version 0.4

Choose a tag to compare

@cracksalad cracksalad released this 13 Dec 09:57
b3ecc6e

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

Choose a tag to compare

@cracksalad cracksalad released this 05 Dec 22:31
8c54151

Add support for igbinary serializer

Version 0.2

Choose a tag to compare

@cracksalad cracksalad released this 21 Nov 17:14
e58eebb
  • add benchmark and results (see README.md)
  • add LZ4 compression support based on ext-lz4

Version 0.1.1

Choose a tag to compare

@cracksalad cracksalad released this 20 Nov 17:13
e21c17f

Bugfix for reading from empty buffer

Version 0.1

Choose a tag to compare

@cracksalad cracksalad released this 20 Nov 16:11
d76ab08

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