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

Why Is New Array Slow?

when comparing the operation var fat_cats = cats.slice() to var fat_cats = new Array(cats.length… Read more Why Is New Array Slow?

JQuery Vs GQuery Benchmark

I remember stumbling upon a benchmark comparing jQuery vs GQuery (run time selectors) vs GQuery (co… Read more JQuery Vs GQuery Benchmark