Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observable forward declaration header #511

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

lebdron
Copy link
Contributor

@lebdron lebdron commented Sep 25, 2019

Using https://github.com/aras-p/ClangBuildAnalyzer allowed us to check that including rxcpp/rx.h was taking significant part of build time. It was possible to reduce it by using rx-lite, but the forward declaring header allowed to reduce it even more, because observable is used in interfaces.

Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
@kirkshoop kirkshoop merged commit ce8db91 into ReactiveX:master Sep 25, 2019
@kirkshoop
Copy link
Member

Thank you!

@lebdron lebdron deleted the observable-fwd branch September 25, 2019 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants