-
Notifications
You must be signed in to change notification settings - Fork 0
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
Where did you stop and why? #1
Comments
Well yes I think so. Happy to discuss!
…On Thu, Jan 13, 2022 at 6:14 PM Luke Harold Miles ***@***.***> wrote:
Do you think speed could be incrementally improved to the point of being
practically useful?
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE4J5326GKXNXHDK6QNFRTUV6BIHANCNFSM5L5Q5Y4A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'll have to dig into it but first thing comes to mind is using a JIT interpreter would be a pretty large speedup. Which of the exponents if any in the algorithm itself do you think could be reduced? |
Right! The algorithm can look through traders for a long time before it
finds one that characterizes any meaningful patterns in the current market,
so a big improvement would be to more intelligently look for traders that
exploit the current market.
…On Sat, Jan 15, 2022 at 12:52 AM Luke Harold Miles ***@***.***> wrote:
I'll have to dig into it but first thing comes to mind is using a JIT
interpreter would be a pretty large speedup. Which of the exponents if any
in the algorithm itself do you think could be reduced?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE4J57KD3IYC45ERFSA5KLUWEYVNANCNFSM5L5Q5Y4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you think speed could be incrementally improved to the point of being practically useful?
The text was updated successfully, but these errors were encountered: