Alex Garcia 刚刚发布了三个新的 SQLite 扩展,我将链接到所有这些扩展。第一个是 sqlite-fastrand,它添加了用于生成随机数(以及字母数字字符)的新函数。令人印象深刻的是,这些函数的性能比默认的 SQLite random() 和 randomblob() 函数高出约 1.6-2.6 倍,这要归功于建立在基于 wyhash 的 Rust fastrand crate 上,wyhash 是一种非常快速(尽管不是加密安全的)哈希函数。
原文: http://simonwillison.net/2023/Jan/28/sqlite-fastrand/#atom-everything