jacobusmmsmit / DiscreteVoronoi.jl

Julia implementation of various algorithms for calculating discrete Voronoi diagrams.
MIT License
5 stars 1 forks source link

More cleanup and realignment #21

Closed goerch closed 2 years ago

jacobusmmsmit commented 2 years ago

Looks good. I think for the future we can remove the_findmin and other _ functions that were there for compatibility with 1.6's lack of "function first argument" support.

goerch commented 2 years ago

Looks good. I think for the future we can remove the_findmin and other _ functions that were there for compatibility with 1.6's lack of "function first argument" support.

Thanks. I implemented the _ functions because I stumbled about random allocations when using Base with newer compilers.