Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly return tombstone when theres no free element
The dict findDictEntry function did not correctly handle the case when, a dict had no "free" slot but had tombstones, it would loop forever. This fixes that by conditionally returning a tombstone when all other indexes where processed. Fixes: #726
- Loading branch information