pierrec / node-lz4

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

Upgrade Deprecated LZ4 API #78

Closed kriszyp closed 5 years ago

kriszyp commented 5 years ago

Compiling yields several warnings about deprecated LZ4 function calls. Would be nice to upgrade to using the latest preferred functions (similar to #36, but I think more functions have been deprecated/added). I'd be fine with working on this, if you want.

pierrec commented 5 years ago

Yes, I would appreciate if you could spend some time on this!

kriszyp commented 5 years ago

Thank you! @pierrec would you mind doing a release/publish to NPM with the latest?