You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/19 15:14:34 UTC

[GitHub] [lucene] iverase opened a new pull request, #11786: Improve tessellator performance by delaying calls to the method #isIntersectingPolygon

iverase opened a new pull request, #11786:
URL: https://github.com/apache/lucene/pull/11786

   See https://github.com/apache/lucene/issues/11785
   
   With these change the bottleneck of the tessellator moves to the algorithm that eliminates holes from the polygon. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] iverase merged pull request #11786: Improve tessellator performance by delaying calls to the method #isIntersectingPolygon

Posted by GitBox <gi...@apache.org>.
iverase merged PR #11786:
URL: https://github.com/apache/lucene/pull/11786


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org