Dan Li
Results
2
comments of
Dan Li
If the key is not exist, is it possible to skip the insert? If there is nothing to compare, it shouldn't do the swap.
Add more details about the use case I am about to implement with the compare_insert. We use skipmap as the underlying in memory data structure to store some data. And...