Simon Willison’s Weblog

Subscribe

Items tagged php in Jul, 2013

Filters: Year: 2013 × Month: Jul × php × Sorted by date


Does creating a zip file with php use more RAM then CPU? Or vise versa? Also, is it faster to use a system call, or the php zip library? Exec (zip filename.zip) vs. $zip =new ZipArchive().

You can find out the answer yourself using a very simple benchmark—just call time() before and after each option and loop them a few thousand times to calculate an average.

[... 74 words]

Types

Years

Months

Tags