Skip to content

Live implementations and build times #21

Answered by tgrapperon
wltrup asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @wltrup. I guess it is mostly because, as you mentioned, the live dependencies are very lightweight and build almost instantly. What's usually lengthy when building a dependency is building the dependency's dependencies! That is the Firebase SDK when bundling a dependency on this framework. The dependency itself usually takes very little time to build, but since you need the complete SDK implementation to build it, the live version overall can take a lot of time indeed.

Concerning the dependencies that ship with this library, they're currently all depending on system frameworks. These frameworks being part of the OS, it doesn't take much more time to build the liveValue version than t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wltrup
Comment options

Answer selected by wltrup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants