Bishop Zareh
Bishop Zareh
http://www.rq.crockford.com/
only 3k with interesting scope usage http://labs.voronianski.com/melchior.js/
(function(exports){ exports = exports || {}; var Frame = exports.Frame || {}; var tests = {}; ``` Frame.perf = function(){ Frame.perf('Frame.perf', 'start'); var args = Array.prototype.slice.apply(arguments); var perf = {...
http://www.html5rocks.com/en/tutorials/workers/basics/
https://github.com/doconix/jquery.powertimer.js A jQuery plugin that provides the following types of timers: 1. A single-run timer (a.k.a. setTimeout) 2. A repeated-run timer (a.k.a. setInterval) 3. A repeated-run timer that runs immediately,...
http://caspervonb.github.io/2014/02/24/javascript-game-development-asynchronous-execution-loop.html requestanimationframe provides a hi-res time argument.