pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

Move to lz4 submodule, bump version dependency #28

Closed EricMCornelius closed 9 years ago

EricMCornelius commented 9 years ago

I'm not entirely sure what the version bump to latest stable lz4 fixes which resolves the segfaults exhibited by the initial NaN wrapped version, but under my load and unit tests this appears to be working appropriately.

I moved the lz4 dep to a git submodule for easy of future updates. Obviously the npm release can just upload the snapshotted version from git, but let me know if this is going to cause any consternation.

pierrec commented 9 years ago

Thank you for your hard work.