Created
September 18, 2011 20:15
-
-
Save mdesantis/1225505 to your computer and use it in GitHub Desktop.
ligament.js - Minified version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (C) 2011 by Yehuda Katz | MIT */ | |
M={},V={},C={}; |
it's almost absurd the performance gains this brought to my ligament.js app, it's like the page loads before the browser even asks for it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OMG that's so much more efficient. I have just run 10000 loops of download tests without cache, and I have gained about 0.02 ms!! Thanks so much!!