vapor-community/bcrypt

BCrypt.Hash.make is very slow when used with Swift 5.2

synervoz opened this issue · 1 comments

I noticed that with the latest Xcode (11.4.1) making bcrypt hashes became super slow. It is now 5 times slower to make a hash than with Xcode 11.3.1.
Do you have an idea what made it this much slower?

0xTim commented

To be clear, is this using this package or BCrypt inside Vapor directly?