You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current prepared geometry implementations are not thread safe. In dbaston@c196055 I updated the various lazy initialization methods of PreparedPolygon to use std::call_once. Running a multi-threaded test under valgrind --tool=helgrind shows problems in MCIndexSegmentSetMutualIntersector. There is a lot of state manipulation this class that would need to be removed, while remaining within (or updating) the SegmentSetMutualIntersector interface.
The text was updated successfully, but these errors were encountered:
The current prepared geometry implementations are not thread safe. In dbaston@c196055 I updated the various lazy initialization methods of
PreparedPolygon
to usestd::call_once
. Running a multi-threaded test undervalgrind --tool=helgrind
shows problems inMCIndexSegmentSetMutualIntersector
. There is a lot of state manipulation this class that would need to be removed, while remaining within (or updating) theSegmentSetMutualIntersector
interface.The text was updated successfully, but these errors were encountered: