dhowe / ramble

Ramble v2.0
0 stars 3 forks source link

change allowed width #117

Closed Real-John-Cheung closed 2 years ago

Real-John-Cheung commented 2 years ago

116

dhowe commented 2 years ago

have you tested the performance hit for this? we're increasing # measurements per replacement by an order of magnitude within the main draw loop

Real-John-Cheung commented 2 years ago

we're increasing # measurements per replacement by an order of magnitude within the main draw loop

it should not increase the # of measurements once the debug option is turned off. the algorithm does not use computeWordSpace

dhowe commented 2 years ago

ah I see, my bad. so the only change is the calculation of min/max width (and logging) ?