JuliaGeometry / OldMeshes.jl

A collection of tools for working with Meshes
Other
20 stars 12 forks source link

Speed up slice #49

Closed Keno closed 9 years ago

Keno commented 9 years ago

Just a few very low hanging performance fruits. I tried a few other modifications that seemed plausible, but couldn't get it much faster. Essentially all the time is currently spent it in BitArray set query for paired[i].

sjkelly commented 9 years ago

@Keno I also added you to JuliaGeometry so feel free to tag a new release or backport to the 0.1.x branch.