node_crunch
node_crunch copied to clipboard
Allows to distribute computations across several nodes
Currently only a 2D array is provided in Node Crunch. A 3D array and more functions / operations on 2D and 3D arrays are needed. Ask community what would be...
Add more non-trivial examples in Rust. Ray tracing / Path tracing would be nice, but also other compute intensive stuff.
I think in your comparison with mpi it would be worth at least mentioning a huge issue, which is that so far as I can tell, nodecrunch requires the server...