gpt4 book ai didi

node.js - await bcrypt.hash() 与 bcrypt.hashSync() 相同吗?

转载 作者:太空宇宙 更新时间:2023-11-04 03:20:43 28 4
gpt4 key购买 nike

关于bcrypt npm package ,我看到推荐使用异步版本。但是,我想真正了解两个版本在性能方面的差异(即事件循环、阻塞 I/O 等)

版本 1:异步

const hash = await bcrypt.hash(...)
...

版本 2:同步

const hash = bcrypt.hashSync(...)
...

换句话说,如果我使用 await 调用 bcrypt.hash,效果是否等于同步版本?

最佳答案

关于node.js - await bcrypt.hash() 与 bcrypt.hashSync() 相同吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50755580/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com