Skip to content

Commit

Permalink
Update DEVELOPER-NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored May 24, 2024
1 parent 80b76d6 commit 0fb228d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Having various visual tooling, JTS is an easier platform to debug spatial algorithms in.
* Being Java, JTS has less language legacy than GEOS, which was originally ported when STL was not part of the standard, and therefore reflects a mix of styles and eras.

* Ideally, new algorithms will be implemented in JTS and then ported to GEOS.
* Smaller performance optimizations in GEOS can travel back to JTS.

* Ideally, new algorithms are implemented in JTS and then ported to GEOS.
* Sometimes GEOS gains new functionality; ideally this is backported to JTS
* Performance optimizations in GEOS can backport to JTS.
* Short circuits, indexes, other non-language optimizations, should be ticketed in JTS when they are added to GEOS.

### Follow JTS as Much as Possible
Expand Down

0 comments on commit 0fb228d

Please sign in to comment.