-
Notifications
You must be signed in to change notification settings - Fork 0
Make GetMulti cache results #2
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
Comments
I agree
Could goroutine be used here to speed things up? |
@kylefinley, |
@kylefinley, The reason that I believe this to be a bad idea is due to the fact that a normal
What do you think? |
Ah, yes, you're absolutely right, calling Your draft sounds excellent, you definitely have a better grasp of this then I do. If you have the time please free to implement this; just be sure to add a couple of tests for the |
I'll most likely not have the time to implement such a thing for a few weeks, unfortunately. If you would like to do so, please feel free. If you haven't taken this on by the time that I have some free time then I'll probably implement it. |
ds.GetMulti
currently does not cache results, citing complexity due to mixed entity groups. I feel that it's appropriate to add this as an issue because it's a missing core feature.The text was updated successfully, but these errors were encountered: