On Thu, 11 Aug 2022 07:12:17 GMT, Daniel Jeliński wrote:
> Resize the hash table to minimize collisions. The correct size was already
> calculated, but was not used.
Looks good. For some historical perspective, it looks like this change came
with the following commit:
https://github.com/openj
On Thu, 11 Aug 2022 07:12:17 GMT, Daniel Jeliński wrote:
> Resize the hash table to minimize collisions. The correct size was already
> calculated, but was not used.
Yes this looks like the original intent!
-
Marked as reviewed by kevinw (Committer).
PR: https://git.openjdk.org/j
Resize the hash table to minimize collisions. The correct size was already
calculated, but was not used.
-
Commit messages:
- Increase hash table size
Changes: https://git.openjdk.org/jdk/pull/9834/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9834&range=00
Issue: https