Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(single): remove tryCatch/errorObject (~2.5x improvement)
Before: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ------------------------------------------------------------------------------------------ single-predicate - immediate | 26,054 (±0.55%) | 86,358 (±0.20%) | 3.31x | 231.5% single - immediate | 40,594 (±0.22%) | 1,068,278 (±0.22%) | 26.32x | 2,531.6% After: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ------------------------------------------------------------------------------------------ single-predicate - immediate | 26,850 (±0.47%) | 222,364 (±0.39%) | 8.28x | 728.2% single - immediate | 40,725 (±0.75%) | 1,105,053 (±1.32%) | 27.13x | 2,613.5%
- Loading branch information