You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the buffer buffer [][]int is shared and mutated in Calculate(), if multiple go routines use the same instance of DamerauLevenshtein and call Calculate on same instance, won't that create problems ?
The text was updated successfully, but these errors were encountered:
Given that the buffer
buffer [][]int
is shared and mutated inCalculate()
, if multiple go routines use the same instance ofDamerauLevenshtein
and callCalculate
on same instance, won't that create problems ?The text was updated successfully, but these errors were encountered: