rusty_hausdorff

Crates.iorusty_hausdorff
lib.rsrusty_hausdorff
version0.2.0
sourcesrc
created_at2021-09-12 16:40:18.613255
updated_at2021-09-29 03:11:48.262534
descriptionA parallel implementation of the directed Hausdorff distance.
homepage
repositoryhttps://github.com/tylerjereddy/rusty_hausdorff
max_upload_size
id450140
size36,929
Tyler Reddy (tylerjereddy)

documentation

README

This is a Rust implementation of the directed Hausdorff distance. It is currently intended as an experiment to see if it can be built to outperform the SciPy implementation of directed_hausdorff() by leveraging i.e., safe concurrency in Rust.

Initial performance comparison with the serial SciPy implementation shows substantial performance improvements with the parallel Rust code in this project.

Commit count: 102

cargo fmt