comparison go.mod @ 5520:05db984d3db1

Improve performance of bottleneck area calculation Avoid buffer calculations by replacing them with simple distance comparisons and calculate the boundary of the result geometry only once per iteration. In some edge cases with very large numbers of iterations, this reduced the runtime of a bottleneck import by a factor of more than twenty.
author Tom Gottfried <tom@intevation.de>
date Thu, 21 Oct 2021 19:50:39 +0200
parents e8e1a24d2f4c
children 2b6c235e33b0
comparison
equal deleted inserted replaced
5519:e8e1a24d2f4c 5520:05db984d3db1