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

Lazily initialize the various SQLite operations #260

Merged
merged 1 commit into from
Dec 22, 2015
Merged

Lazily initialize the various SQLite operations #260

merged 1 commit into from
Dec 22, 2015

Conversation

flagbug
Copy link
Member

@flagbug flagbug commented Dec 22, 2015

This makes initial calls to e.g BlobCache.Get faster, because it doesn't
have to construct the SQLite operations that aren't even used when
selecting from the database

This makes initial calls to e.g BlobCache.Get faster, because it doesn't
have to construct the SQLite operations that aren't even used when
selecting from the database
anaisbetts added a commit that referenced this pull request Dec 22, 2015
Lazily initialize the various SQLite operations
@anaisbetts anaisbetts merged commit 2bb3a74 into reactiveui:master Dec 22, 2015
@flagbug flagbug deleted the lazy-operation-initialization branch December 22, 2015 21:13
@ghuntley ghuntley modified the milestone: 5.0.0 Nov 4, 2016
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants