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 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...
This class allows you to cr...