Skip to content

Releases: nerou42/LargeArrayBuffer

Version 1.0.1

16 Oct 13:25
ad8cf5b
Compare
Choose a tag to compare

Bugfix for end of array buffer (EOF) detection

Version 1.0

06 Mar 17:41
7d5d0bf
Compare
Choose a tag to compare

Improved compatibility and documentation

Version 0.4

13 Dec 09:57
b3ecc6e
Compare
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
Compare
Choose a tag to compare

Add support for igbinary serializer

Version 0.2

21 Nov 17:14
e58eebb
Compare
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
Compare
Choose a tag to compare

Bugfix for reading from empty buffer

Version 0.1

20 Nov 16:11
d76ab08
Compare
Choose a tag to compare

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