Skip to content

Commit

Permalink
Merge pull request #17 from onthegomap/loop-line-merge-pointers
Browse files Browse the repository at this point in the history
Prototype loop line merge with pointers
  • Loading branch information
wipfli authored Nov 6, 2024
2 parents 3a7ea0f + bcc9edb commit 51651e2
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 453 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ public static void main(String[] args) throws Exception {
lm.add(geom);
return lm.getMergedLineStrings();
});
System.out.println(numLines);
numLines = 0;
}
System.err.println(numLines);
}

private static void time(String name, Function<Geometry, Collection<LineString>> fn) throws Exception {
Expand Down
Loading

0 comments on commit 51651e2

Please sign in to comment.