[Proposal] changing the md5 to the xxh128 in Laravel 10 ? #46074
-
xxh128 hash function is faster than md5. xxh128 is supported from PHP 8.1 onwards Laravel 10 is supprot PHP 8.1 Recently, xxh128 has also been applied to Symfony 6.3 commit here is xxh128 benchmark xxh128 is 14 times faster than md5. This helps with improved cache performance |
Beta Was this translation helpful? Give feedback.
Answered by
JurianArie
Feb 13, 2023
Replies: 1 comment
-
See 1997729, xxh128 will be used for blade in Laravel 10. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kitrio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See 1997729, xxh128 will be used for blade in Laravel 10.