Skip to content

Commit

Permalink
refactor(operators): remove combine operator
Browse files Browse the repository at this point in the history
combine is a combination of merge + sampleWith

fixes #111
  • Loading branch information
tusharmath committed Jan 29, 2017
1 parent 6d2e5bb commit ae22871
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
26 changes: 0 additions & 26 deletions benchmarks/bm.combine.ts

This file was deleted.

2 changes: 0 additions & 2 deletions benchmarks/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {bm_fromArray_takeN} from './bm.fromArray-takeN'
import {bm_tryCatch} from './bm.tryCatch'
import {onCycle, onEnd} from './lib'
import {Suite} from 'benchmark'
import {bm_fromArray_combine} from './bm.combine'
import {bm_create} from './bm.create'

// Run All Benchmarks
Expand All @@ -17,7 +16,6 @@ console.log('**V8:** ', process.versions.v8)

const suite = new Suite()
bm_create(suite)
bm_fromArray_combine(suite)
bm_fromArray_map_reduce(suite)
bm_fromArray_scan_reduce(suite)
bm_fromArray_takeN(suite)
Expand Down
1 change: 0 additions & 1 deletion extra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
* Created by tushar on 10/12/16.
*/

export {combine} from './src/operators/Combine'
export {fromArray} from './src/sources/FromArray'
export {TestScheduler} from './src/testing/TestScheduler'
76 changes: 0 additions & 76 deletions src/operators/Combine.ts

This file was deleted.

0 comments on commit ae22871

Please sign in to comment.