Open dsandber opened 3 years ago
Yeah, it's O(n) and will need to be protected with mutexes, but still useful when it's a rare case...
For now I guess you can loop through removing and inserting all elements, but skipping the insertion for the one that needs to be removed.
Yeah, it's O(n) and will need to be protected with mutexes, but still useful when it's a rare case...