Description
MatchingPoints currently tracks a counter in the super-hot add() loop. While not a big deal, we can easily just use the grow() api for this instead (which is only currently called e.g. every 1k docs).
MatchingPoints currently tracks a counter in the super-hot add() loop. While not a big deal, we can easily just use the grow() api for this instead (which is only currently called e.g. every 1k docs).