Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(exhaustMap): remove tryCatch/errorObject (~10% improvement)
Before: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ---------------------------------------------------------------------------------- exhaustMap - immediate | 1,449 (±0.95%) | 17,023 (±0.88%) | 11.75x | 1,075.1% exhaustMap | 4,732 (±0.34%) | 80,795 (±0.38%) | 17.07x | 1,607.4% After: | RxJS 4.0.7 | RxJS 5.0.0-beta.1 | factor | % improved ---------------------------------------------------------------------------------- exhaustMap - immediate | 1,452 (±1.14%) | 18,523 (±0.68%) | 12.76x | 1,175.5% exhaustMap | 4,941 (±0.29%) | 87,146 (±0.39%) | 17.64x | 1,663.8%
- Loading branch information