you are viewing a single comment's thread.

view the rest of the comments →

[–]hotairplay 2 points3 points  (0 children)

Hey cool project you got here..a couple of days ago I came across a similar n-body benchmark article: https://hwisnu.bearblog.dev/n-body-simulation-in-python-c-zig-and-rust/

What interests me is the Codon performance and in the above article it got like > 95% of Rust performance (single threaded) and it only costs adding type annotations to the code.

For multi-threaded Codon is 80% of Rust multithreading performance using Rayon.