using System;
using System.Collections.Generic;
...

C# LazyObject via transparent ...

by The configurator, March 26, 2011 19:29, 3 refactorings, tagged with lazy evaluation, transparent proxy, remoting

This class allows you to cr...

D41d8cd98f00b204e9800998ecf8427e Talk
// this is a function that creates with_libraryname functions
var lazy_load_library = function (path) {
	return function () {
...

JavaScript Lazy Library Loading

by raganwald, February 26, 2010 22:31, 2 refactorings, tagged with javascript, jquery, jgesture, periodicalupdater, lazy loading, lazy evaluation

There are certain libraries...

Fd0d54f1856a8c9cc03f2e5de7c4bc6d Talk