Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(skipWhile): remove tryCatch/errorObject (~1.6x improvement)
Before: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ---------------------------------------------------------------------------------- skipwhile - immediate | 27,101 (±1.37%) | 122,827 (±0.29%) | 4.53x | 353.2% skipwhile | 8,034 (±1.32%) | 82,160 (±0.28%) | 10.23x | 922.7% After: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ---------------------------------------------------------------------------------- skipwhile - immediate | 27,040 (±0.30%) | 197,417 (±0.28%) | 7.30x | 630.1% skipwhile | 8,842 (±2.08%) | 112,757 (±0.55%) | 12.75x | 1,175.2%
- Loading branch information