JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
165 stars 54 forks source link

improve merge(meshes) #199

Closed JonasIsensee closed 1 year ago

JonasIsensee commented 1 year ago

Brings allocations down to a fixed number and improves runtime by about x3 in our application.

Note: reduce(vcat, ..) plus broadcasting is faster than mapreduce for some reason