-
Notifications
You must be signed in to change notification settings - Fork 11
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
Lists could be faster #388
Comments
Just commenting out loading However, dropping |
Huh, a thought:
then even if we LoadMore and fetch the same 25+25 more, we won't try to re-init the original ones (probably not the same as just "don't pre-fetch MoreCommands et al" but just another thought) |
look around ee1c369 |
LazyDetails( Func<void, IDetails>) : IDetails
that only constructs the data when actually readInitialized
after the first like, 25 items? so that it's usable even as we're still fetching.The text was updated successfully, but these errors were encountered: