Skip to content

Commit

Permalink
prototype pointer-based approach
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Nov 6, 2024
1 parent f8d45b5 commit bcc9edb
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 406 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 bcc9edb

Please sign in to comment.