Skip to content Skip to sidebar Skip to footer
Showing posts with the label Performance

How To Handle Javascript On Page With Thousands Of Checkboxes In Ie6

I am having problems with code written in ASP.NET with some javascript, doing a postback to the ser… Read more How To Handle Javascript On Page With Thousands Of Checkboxes In Ie6

Fastest (javascript/jquery) Way To Track Changes In A Large Input Form

Since Javascript performance can possibly get intensive on large input forms, what is the cleanest … Read more Fastest (javascript/jquery) Way To Track Changes In A Large Input Form

Why The Converttofastobject Function Make It Fast?

I tried Dart SDK after the 1.0 release, and wrote a simple hello-world program in Dart. Then, with … Read more Why The Converttofastobject Function Make It Fast?

Performance Of Array.push Vs Array.unshift

I was reading about runtime complexities of array operations and learned that... the ECMAScript sp… Read more Performance Of Array.push Vs Array.unshift

Recommended Way To Make A 2d Hud In Webgl

For a game in webgl where fps performance is important, what is the most efficient way to make a 2D… Read more Recommended Way To Make A 2d Hud In Webgl

Reuse Electron Session With Nightmare

I am using Nightmare.js to print pdf's. I send a request to the node server and build the page… Read more Reuse Electron Session With Nightmare

Performance Penalty For Undefined Arguments

I quite often have optional arguments in functions, but some testing is showing a huge performance … Read more Performance Penalty For Undefined Arguments

Angularjs Really Slow At Rendering With About 2000 Elements?

Here's the fiddle: http://jsfiddle.net/D5h7H/7/ It renders the following: {{group.Name}} Soluti… Read more Angularjs Really Slow At Rendering With About 2000 Elements?