search for: js_opt

Displaying 1 result from an estimated 1 matches for "js_opt".

Did you mean: s_opt
2006 Feb 09
3
Draggables and Droppable performance (tips)
...so works for general loop unrolling. It does complicate your code a bit, so use at your own risk. Notice, where testVal is being incremented you would add your function calls. For more information about loop unrolling (and general performance tips, check out http://home.earthlink.net/~kendrasg/info/js_opt/ ) function duffFasterLoop8(iterations) { // Original JS Implementation by Jeff Greenberg 2/2001 // http://home.earthlink.net/~kendrasg/info/js_opt/ // (fast duff''s device) from an anonymous donor to Jeff Greenberg''s site // (faster duff''s defice) by Andrew King 8/2...