Skip to content
Snippets Groups Projects
Commit 34835426 authored by Oliver Sander's avatar Oliver Sander
Browse files

The algorithm that extracts the grid boundaries is now in O(NlogN) instead

of O(N^2).  This makes a noticeable speed difference when reading grids with more
than a few hundred elements.  And using the STL the code actually got
simpler :-)

This closes FlySpray-Task 5

[[Imported from SVN: r3552]]
parent ac4fcfb7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment