Oak
Oak copied to clipboard
Iterators in Oak
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.