Oak icon indicating copy to clipboard operation
Oak copied to clipboard

Iterators in Oak

Open sanastas opened this issue 6 years ago • 1 comments

Currently the iterators in Oak may return NULL (as value or entry) upon key that is concurrently deleted or not fully inserted. For example, look on class EntryTransformIterator method internalNext(). I am fixing this problem partially under branch OAK--MEMORY_ALLOC--V01. Need to check it fully.

sanastas avatar Sep 09 '18 10:09 sanastas