You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I don't want to make false claims, I also wrote a quick benchmark testing each and every method with the same conditions (10000 mock users benching for 5s). Here are the results:
Without going as far as to claim that my method is faster, I'd just say they are on par with one another. What was then the motivation to follow the result pointer approach? Could we make an improvement proposal in the future?
The text was updated successfully, but these errors were encountered:
@jirfag great project and I am glad I found it even though this late.
I have one question though. With respect to code readability, does it make sense to copy gorm's way of accepting a result pointer as an argument?
What I mean is the following. Every
QuerySet
instance has one of these methods:I allowed myself to insert a second method that looks one idea cleaner if you are coming from other languages:
Since I don't want to make false claims, I also wrote a quick benchmark testing each and every method with the same conditions (10000 mock users benching for 5s). Here are the results:
Without going as far as to claim that my method is faster, I'd just say they are on par with one another. What was then the motivation to follow the result pointer approach? Could we make an improvement proposal in the future?
The text was updated successfully, but these errors were encountered: