Hey,
I'm planning a project and sadly I have to use JavaScript. I haven't used it for anything sizeable before, but basically I will need to do a fair bit of intensive maths.
Namely, Lagrange polynomial Interpolation and Reed Solomon Code Creation
Is this going to be possible in JavaScript? e.g Is threading an option, so I could move any CPU intensive maths to another thread or wishful thinking?
Thanks,
Jack
I'm planning a project and sadly I have to use JavaScript. I haven't used it for anything sizeable before, but basically I will need to do a fair bit of intensive maths.
Namely, Lagrange polynomial Interpolation and Reed Solomon Code Creation
Is this going to be possible in JavaScript? e.g Is threading an option, so I could move any CPU intensive maths to another thread or wishful thinking?
Thanks,
Jack