[wp-trac] [WordPress Trac] #10779: file.php: PHPDoc + optimised unzip_file()

WordPress Trac wp-trac at lists.automattic.com
Sun Sep 13 11:21:33 UTC 2009


#10779: file.php: PHPDoc + optimised unzip_file()
-------------------------+--------------------------------------------------
 Reporter:  dd32         |       Owner:  dd32     
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  2.9      
Component:  Filesystem   |     Version:  2.9      
 Severity:  normal       |    Keywords:  has-patch
-------------------------+--------------------------------------------------
 Patch contains
  * Optimised unzip_file() function
    * Reduced the number of IO operations required (mainly is_dir())
    * Simplifies logic to make reading easier.

 ---
 Also note, I played with extracting a file at a time from the ZIP, and
 writing  to the filesystem directly, While it decreased the memory usage
 from ~12MB to 3MB for  the entire unzip operation, It increased the
 operation time from 5s to 70s, So i've left it to consume memory in order
 to speed things up.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10779>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list