root-project / jsroot

JavaScript ROOT
MIT License
187 stars 80 forks source link

Introduce LZMA support #273

Closed linev closed 10 months ago

linev commented 10 months ago

Using code from https://github.com/LZMA-JS/LZMA-JS

Remove all compression.

Major problem - different header format in ROOT and in LZMA-JS. This was main reason why previous attempts was failing.

Fixes #272

linev commented 10 months ago

Put PR here just for history