Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: performance bottleneck in stat.js (#463)
Array.shift seems to be very slow, perhaps linear, on some engines, resulting in _update consuming a lot of CPU.
- Loading branch information