You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some heavy calculations to do and would love to make them async if possible. Basically a huge number of cells that each would use a given formula that I implement in rust.
Could you help me out on how I would make that formula async so it runs faster?
I have about 350000 rows and sequentially calculating them takes ages.
The text was updated successfully, but these errors were encountered:
I have some heavy calculations to do and would love to make them async if possible. Basically a huge number of cells that each would use a given formula that I implement in rust.
Could you help me out on how I would make that formula async so it runs faster?
I have about 350000 rows and sequentially calculating them takes ages.
The text was updated successfully, but these errors were encountered: