Skip to content

Instantly share code, notes, and snippets.

@lastguest
Created April 18, 2017 10:27
Show Gist options
  • Select an option

  • Save lastguest/0ebdbc8dcbcf99079a080c252b2b04a0 to your computer and use it in GitHub Desktop.

Select an option

Save lastguest/0ebdbc8dcbcf99079a080c252b2b04a0 to your computer and use it in GitHub Desktop.
[Memoization] PHP in a Tweet #tags: php, memoize, optimize, php7
<?php
function M($c){return function(...$p)use($c){static$m=[];return$m[$k=json_encode($p)]??$m[$k]=$c(...$p);};}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment