Crates.io | rusty_hausdorff |
lib.rs | rusty_hausdorff |
version | 0.2.0 |
source | src |
created_at | 2021-09-12 16:40:18.613255 |
updated_at | 2021-09-29 03:11:48.262534 |
description | A parallel implementation of the directed Hausdorff distance. |
homepage | |
repository | https://github.com/tylerjereddy/rusty_hausdorff |
max_upload_size | |
id | 450140 |
size | 36,929 |
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.