public static String[] loadFile(final String f) {
String thisLine;
final SortedSet<String> s = new TreeSet<String>();
...
Java Efficiently load a text fil...
by firesalamander.myopenid.com,
November 25, 2008 07:04,
2 refactorings, tagged with speed, buffered
function cache_function($buildCallback, array $args= array (), $timeoutMinutes= 60) {
if (is_array($buildCallback)) {
$cacheKey= get_class($buildCallback[0]) . $buildCallback[1] . ':' . implode(':', $args);
...
PHP Cache any PHP function
by firesalamander.myopenid.com,
October 12, 2007 01:54,
4 refactorings
Single function that wraps ...
Has full "finally" blocks, ...