Y
Hacker News
new
|
ask
|
show
|
jobs
by
anonova
4153 days ago
I wrote a simple benchmark, and `bind` seems to be mind-boggling slow.
http://jsperf.com/self-this-vs-bind
1 comments
kansface
4153 days ago
You can write your own or use lodash's for a dramatic speed increase. You can even stomp on Function.prototype.bind.
link