sezna / bigbang

Efficiently calculate gravitational acceleration.
38 stars 1 forks source link

Async/Await #27

Closed sezna closed 4 years ago

sezna commented 4 years ago

If using async/await improves benchmarks beyond what is currently done with Rayon, it should be used. However, it may need to be behind a feature flag or perhaps an additional synchronous entry point, because I don't know how well FFI will play with async/await.

sezna commented 4 years ago

I no longer have any reason to think asynchronous behavior in this simulation would improve it in any way.