Skip to content

Instantly share code, notes, and snippets.

@giraldeau
Created November 14, 2016 17:41
Show Gist options
  • Save giraldeau/a44da1148201a30f5b1982fb1cadc540 to your computer and use it in GitHub Desktop.
Save giraldeau/a44da1148201a30f5b1982fb1cadc540 to your computer and use it in GitHub Desktop.
<?php
for($i=0;$i<10000000;$i++)
{
apcu_store($i,"test");
apcu_fetch($i);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment