Skip to content

Make password hashing fast

Choose a tag to compare

@VaporBot VaporBot released this 21 Oct 07:12
· 265 commits to main since this release
c5eda6c
This patch was authored by @fabianfett and released by @gwynne.

This is just a really quick patch to reduce the 320 allocations we have for hashing the password to something sensible (less than 10).

Result

In allocation analysis, password hashing doesn't appear as a biggy anymore.