Replies: 3 comments 6 replies
-
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.
-
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.
-
Without first-class TypeScript support, the double.js lib isn't suitable for "trading-signals". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider double.js instead of big.js. Check how faster it is
Beta Was this translation helpful? Give feedback.
All reactions