JuliaGeometry / OldMeshes.jl

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

Use printf instead of sprintf for exporting to STL #30

Closed simonster closed 9 years ago

simonster commented 9 years ago

In theory this speeds things up by avoiding allocation. In practice, grisu is the bottleneck, at least on 0.4. I will comment further on #25, but this should be an improvement regardless.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.12%) when pulling e67b1daff999ee160cced5285520be995f6ce976 on simonster:use-printf into 8b2e55545117225023f164ac11a2fc9f0c3a148a on twadleigh:master.

sjkelly commented 9 years ago

Thanks for this!