Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
php > $blah="blah"; $s=microtime(true); for($i=0;$i<100000;$i++) "omgwtf$blah\n"; echo microtime(true)-$s; 0.044615983963013 php > $blah="blah"; $s=microtime(true); for($i=0;$i<100000;$i++) 'omgwtf'.$blah."\n"; echo microtime(true)-$s; 0.042807102203369
This paste will be private.
From the Design Piracy series on my blog: