CentBrowser Forum

Full Version: data compression proxy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Oh i see. Thank's for support. And do you think about implenting Turbo function like it was released in YandexBrowser? It will be very cool for most of Russian user's.
Generally speaking most modern compression algorithms give roughly the same compression, and with regard to the number of cores that you can use at once, it is up to you to decide how many you want to use. LZMA2 is highly generally better than LZMA1, if you compress already compressed data.LZMA2 was created for XZ format and it includes changes that are good for that stream compression format. LZMA2 is faster for 4-threads, if you compress big file (more than 256 MB), so 7-Zip will be able to split it to blocks. More about.....7zip

George
[url=http://net-informations.com/q/mis/7zip.html][/url]
(01-14-2016, 05:36 AM)georgemacin Wrote: [ -> ]Generally speaking most modern compression algorithms give roughly the same compression, and with regard to the number of cores that you can use at once, it is up to you to decide how many you want to use. LZMA2 is highly generally better than LZMA1, if you compress already compressed data.LZMA2 was created for XZ format and it includes changes that are good for that stream compression format. LZMA2 is faster for 4-threads, if you compress big file (more than 256 MB), so 7-Zip will be able to split it to blocks. More about.....7zip

George
[url=http://net-informations.com/q/mis/7zip.html][/url]

So what do you wanna say with that?
Pages: 1 2