Is this thread safe?
mofadeyunduo opened this issue · comments
Piers commented
as the title is, is this thread safe?
Jerry.Wang commented
No, it is not a lock-free data structrue. you have to use mutex
Piers commented
thanks
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
mofadeyunduo opened this issue · comments
as the title is, is this thread safe?
No, it is not a lock-free data structrue. you have to use mutex
thanks