Skip to content

v0.0.197: [Wasm] Fix `OpenAddressingHashTable`s.

Compare
Choose a tag to compare
@mirror-releases mirror-releases released this 25 Mar 13:06
· 117 commits to main since this release
d1fe30a
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`.