You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work on porting the library over to Rust, it has a lot of potential to simplify voronoi diagram generation in Rust. We've been experimenting with using this library to generate the voronoi diagrams for our application, which so far has resulted in identical output to the C++ version. One issue is that this library is roughly 2x slower
Thank you for your work on porting the library over to Rust, it has a lot of potential to simplify voronoi diagram generation in Rust. We've been experimenting with using this library to generate the voronoi diagrams for our application, which so far has resulted in identical output to the C++ version. One issue is that this library is roughly 2x slower
Do you have any optimizations in mind? Are there any settings we can tweak?
The text was updated successfully, but these errors were encountered: