Joined November 2012
·
Posted to
easytip: an object as a function of its messages.
over 1 year
ago
oops fixed! Thanks!
Posted to
~~ is faster than Math.floor()
over 1 year
ago
This link is interesting about that and bitwise shift:
http://arnorhs.com/2012/05/30/comparing-the-performance-of-math-floor-parseint-and-a-bitwise-shift/
Posted to
Javascript performance optimization: profiling
over 1 year
ago
Yep, absolutely, and it's a really good thing that web development is finally being supported consistently.
There's also services like http://jsperf.com/ that evaluate script performances...
Posted to
Javascript performance optimization: profiling
over 1 year
ago
Thanks Dmitry, interesting!
Achievements
359 Karma
19,085 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Well, in fact that part is not mandatory and it's probably a bit verbose. It gives the possibility to create a namespace "alias" if you need to.
Your pattern is perfectly fine for most part of the uses.