Koloboke icon indicating copy to clipboard operation
Koloboke copied to clipboard

If hash table is empty, should return special implementation from iterator() and cursor() methods

Open leventov opened this issue 9 years ago • 0 comments

Currently hash table implementations return ordinary impl, which scan the whole table unsuccessfully, that is rather ineffective in this case.

Depends on #12.

leventov avatar Aug 14 '14 20:08 leventov