quixdb / squash

Compression abstraction library and utilities
https://quixdb.github.io/squash/
MIT License
407 stars 53 forks source link

Many plugins don't work on big-endian #195

Open nemequ opened 8 years ago

nemequ commented 8 years ago

Some of these may just require the build system to tell them the target is BE.

jibsen commented 8 years ago

I assume this reflects if compression and decompression, both on BE, works?

It could also be interesting to see how many libraries are able to decompress data on BE that was compressed on LE.

nemequ commented 8 years ago

That's a good point, thanks. I'll make sure to add a way to test that.