Two cents, sorry if too obvious.
If you want to try to squeeze more performance here, it seems valid to try
to fallback to full comparison in case of collision. The algorithm will be
correct irrespective of your (bad luck) with hash collisions, and at worst,
with an insignificant probability, the
We throw away the original for space though, so there is nothing to compare
on collision (hence the cryptographic hash).
On Mon, Jul 3, 2023 at 10:23 AM abel.berna...@gmail.com <
abel.berna...@gmail.com> wrote:
> Two cents, sorry if too obvious.
>
> If you want to try to squeeze more performance