|
|
|
|
|
by londons_explore
2986 days ago
|
|
If you get compression ratios that good, you should consider if your application might be doing something stupid like storing the same data thousands of times inside it's data file. If you store enough of the same type of data, invest in redesigning the application. There's a reason we all use jpegs over zipped bitmaps... |
|
It's because it's an appropriate compression - just like xz can be? Not sure what you're actually suggesting here.