这读锁加的是不是有点问题
Closed this issue · 1 comments
ermazi commented
https://github.com/e421083458/gateway_demo/blob/master/proxy/load_balance/consistent_hash.go#L91
上面获取长度的时候,也读取了keys的信息,为啥不加锁呢?
e421083458 commented
keys是切片结构。获取长度不需要加锁操作。
Closed this issue · 1 comments
https://github.com/e421083458/gateway_demo/blob/master/proxy/load_balance/consistent_hash.go#L91
上面获取长度的时候,也读取了keys的信息,为啥不加锁呢?
keys是切片结构。获取长度不需要加锁操作。