zendesk / radar

High level API and backend for writing web apps that use push messaging

Home Page:http://radar.zendesk.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Function#bind with lodash bind

junosuarez opened this issue · comments

v8 in particular has severe performance issues with bind. Eliminating it is a quick win.

Ultimately when we drop node 0.10.x support and switch to arrow functions, we can eliminate the need for bind in most situations.

pending #224