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

Has full "finally" blocks, ...

4100acda45394fa4e8efc805a486b732 Talk
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 ...

4100acda45394fa4e8efc805a486b732 Talk