Skip to content

_UniqueVarNameGenerator: Fix O(n**2) behavior by keeping track of the

Matt Wala requested to merge faster-uniquevarnamegenerator into master

array prefixes as they are aded to the set.

Merge request reports