Replies: 2 comments
-
Hi @munrocket and thank you for your suggestion. Using a WASM library wouldn't be much faster for less complex calculations (as done with trading-signals) because of the overhead from WASM to JS communication. When executing your performance benchmark, then it also shows me an error. Screenshot: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yea WASM version is not fit to you, anyway even JS version is significantly faster. x10 or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider double.js instead of big.js. Check how faster it is
Beta Was this translation helpful? Give feedback.
All reactions