google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 293 forks source link

Benchmark compare to ReactiveSwift #14

Closed piv199 closed 6 years ago

piv199 commented 6 years ago

Hi,

could you please also add ReactiveSwift to benchmark section, because it's also quite popular in iOS community. And it's also interesting to look how does it fit the whole list of stream based third party solutions.

https://github.com/google/promises/blob/master/g3doc/index.md#benchmark

shoumikhin commented 6 years ago

Absolutely. Would appreciate if you provide us a code snippet akin we used for RxSwift that we could add to the performance tests. Thanks!

shoumikhin commented 6 years ago

Please reopen the issue when you have the code ready to test for ReactiveSwift. Thanks.