zrender
zrender copied to clipboard
perf: improvements in util.js
- find: use native
Array#findwhen possible like other wrap functions - bind: use native
Function#bindwhen possible https://segmentfault.com/a/1190000023728587 - curry: optimize for most common use cases