Rust needs clone_ref because node.next is borrowed from current — you cannot advance to the next node while still borrowing the current one. Benchmark: C vs Rust/PyO3 extension performance for ...
The vision is to create a package for finite volume simulation with applications to geophysical imaging and subsurface flow. To enable the understanding of the many different components, this package ...