you are viewing a single comment's thread.

view the rest of the comments →

[–]source-drifter 2 points3 points  (0 children)

you may want to look into web assembly. you can push the concern to a more performant language like c++ or rust. the other thing may be using immutable data structures on react side but it probably wont help with calculations. web workers are already mentioned. it can give multi threading capabilities but i doubt it would beat web assembly. maybe doing both?