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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
It is either too slow or not functional whatsoever. Additonally, the "algorithmn" is a simple divide by two function that gives an incredibly rough "estimation." Since wallstretlocal has gone public, there are now enough statistics in the database to create a reasonable average time required using log counts.
Make estimation faster
Using estimated log count from counted stocks, create time estimation based on average taken from statistics collection
The text was updated successfully, but these errors were encountered:
Historical queries do about 14 per second and latest queries do about 17 per second. In order to create an accurate estimation, take stock count, multiply it by two, and add four. I've added some more accurate code to the add_query_log function, but until that collects enough statistics this will have to do.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Time estimation has been broken for a while.
It is either too slow or not functional whatsoever. Additonally, the "algorithmn" is a simple divide by two function that gives an incredibly rough "estimation." Since wallstretlocal has gone public, there are now enough statistics in the database to create a reasonable average time required using log counts.
The text was updated successfully, but these errors were encountered: