Skip to content

Commit

Permalink
Use setImmediate ponyfill from core-js (partial revert of 5566c95)
Browse files Browse the repository at this point in the history
The naive implementation from the 'set-immediate-shim' package, based
on setTimeout(..., 0) is order of magnitude slower than the clever
ponyfill from core-js.

See Stuk#617
  • Loading branch information
maximerety committed Sep 11, 2019
1 parent 3109282 commit 5fac10c
Show file tree
Hide file tree
Showing 5 changed files with 1,334 additions and 803 deletions.

0 comments on commit 5fac10c

Please sign in to comment.