pierrec / node-lz4

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

Stream based operations are actually synchronous #74

Open danielgindi opened 5 years ago

danielgindi commented 5 years ago

Hi!

Everything you do here, with the JS implementation or the native implementation - is always called synchronously. It's never asynchronous, and not multi-threaded, always blocking the main thread.

So the documentation is a bit misleading...