The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.13 (Linux)
|
data compression proxy - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: data compression proxy (/showthread.php?tid=57) Pages:
1
2
|
RE: data compression proxy - asmadeus08 - 09-27-2015 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. RE: data compression proxy - georgemacin - 01-14-2016 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] RE: data compression proxy - asmadeus08 - 02-01-2016 (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 So what do you wanna say with that? |