v0.0.197: [Wasm] Fix `OpenAddressingHashTable`s.
mirror-releases
released this
25 Mar 13:06
·
117 commits
to main
since this release
The `find()` method incorrectly returned true if the slot at the end of the bucket list is occupied. This commit fixes the issue and additionally adds insists that all slots in a bucket list are occupied in both `find()` and `for_each_in_equal_range`.