Preprocessing idea for VoleFind.Group
#70
Labels
topic: performance
Issues about bad performance, or suggestions/PRs for things that will improve performance
Before and/or after processing the given arguments, it could be the case that
VoleFind.Group
knows that it has (directly or indirectly) been given a single constraint of the formConstraint.InGroup(G)
, possibly in addition to a constraintConstraint.MovedPoints(pts)
, wherepts = MovedPoints(G)
. In this case, Vole can simply returnG
, without having to perform a search.The text was updated successfully, but these errors were encountered: