pmury opened a new issue #3399: Support LZOP for templates 
URL: https://github.com/apache/cloudstack/issues/3399
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Feature Idea
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   API/ Core
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master 
branch.
   -->
   
   ~~~
   upstream
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Currently, we use bzip2/gzip compression for templates.
   However, LZOP (Lempel–Ziv–Oberhumer) algortihm can perform much faster 
though somewhat worse performance.
   It would we great to be able to register templates in LZOP format.
   
   According to this small benchmark, LZOP can be about 10x faster than GZIP.
   
https://serverfault.com/questions/872749/bzip2-too-slow-multiple-cores-are-avaible
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to