const github.com/emirpasic/gods/lists/arraylist.growthFactor

2 uses

	github.com/emirpasic/gods/lists/arraylist (current package)
		arraylist.go#L31: 	growthFactor = float32(2.0)  // growth by 100%
		arraylist.go#L213: 		newCapacity := int(growthFactor * float32(currentCapacity+n))