cristianfalcone

DOM node property access

Test if it is faster to access user-defined or native DOM property...

Array flattening

Test if it is faster to flat an array with flat native function or recursive generator function call...

Queue implementations

create