Using LZ4 with Ruby on Rails

257 views Asked by At

I am using the lz4-ruby gem. However, it is incompatible with the c compressed lz4 file that is being posted to my application and cannot decompress the file.

https://code.google.com/p/lz4/

I need to decompress this file. Any ideas how I might best call a compatible lz4 decompression tool in my controller?

0

There are 0 answers