johnsonjo
contours.js textNodes performance benchmark
jQuery vs. contours.js contours.js is actually doing something quite similar to the jQuery test und...
contours.js multiple roots benchmark
Contours.js + jQuery vs. pure jQuery Contours multiple roots method has more overhead opposed to it...
contours.js old vs. contours.js new
old vs. new. Just changing a few things....
String escaping
Different string escaping methods....
contours v0 vs. contours v1
Api changes (e.g. default to allowing multiple roots and returning document frag)...
FP vs Regular Loops
Functional Programming loop utilities can be optimized by browsers, so they run at a similar speed t...
Over-Engineered fizzbuzz
This is seeing if an over-engineered fizz buzz works any faster than a normal fizz buzz! Probably no...
Over-Engineered FizzBuzz
This is seeing if an over-engineered fizz buzz works any faster than a normal fizz buzz! Probably no...
slice versus splice for removing elements
Splice vs. Slice on element removal...
TreeWalker vs. QuerySelectors
Just testing to see how fast this generator that uses a tree walker is compared to the query selecto...
Array.fill
Seeing the quickest Array.fill method or whether it should just be avoided and you should do a for l...
Math.max() vs. Over-engineered max?
Trying to write a faster max function...