js-mythbusters icon indicating copy to clipboard operation
js-mythbusters copied to clipboard

:ghost: STHAP js, where is my perf?

Results 21 js-mythbusters issues
Sort by recently updated
recently updated
newest added

The URL provided for lodash `_.bind` benchmark test returns 404. It's used in https://mythbusters.js.org/#/function/bind and the URL is https://jsperf.com/bind-vs-jquery-proxy/104 Also, bind works better in the last v8 implementations: https://twitter.com/trevnorris/status/794028307322785792

bug
enhancement
write
Function

non-exhaustive list: - Use the correct loop (while, do, for,...). - (condition to eval in a `for` loop. Related: http://www.w3schools.com/js/js_performance.asp

write
Workflow

reasons to name functions: - Stack Trace - Dereferencing - Code Reuse Source: http://elijahmanor.com/talks/js-smells/#/11/3 Related: https://www.youtube.com/watch?v=_0W_822Dijg

Workflow

**Context:** It would be great if we can explain how the new ES6 Symbol API works and how `toPromitive` is used in every type coercion. **Screenshots:**

help wanted
write

Have you thought about a PDF version? The PDF will be all the .md in in the same order that are in the website.

feature

Currently the version is locked until resolve https://github.com/docsifyjs/docsify/issues/717

- https://codepen.io/kathykato/pen/xyVZMd - https://codepen.io/himalayasingh/pen/wYMNov - https://react-kawaii.now.sh/

https://developers.google.com/web/updates/2018/05/bigint polyfill: https://www.npmjs.com/package/jsbi

write
Number

![](https://hacks.mozilla.org/files/2018/01/06-768x682.png) > https://twitter.com/wycats/status/942908325775077376 I didn't remember the article, but I started understanding why wasm when I understood browsers spend a lot of time in parsing step. Need to investigate a...

write
Workflow