ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Debug symbols size and operator chaining #550

Open lebdron opened 3 years ago

lebdron commented 3 years ago

https://github.com/hyperledger/iroha/pull/718

Saving observable template types in chained operators results in rapid growth of debug symbols size.

@kirkshoop Do you think it is possible to erase template types after applying an operator, so that it is not required to explicitly create a separate variable for each operator?