1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Andi Gutmans 96de9bb974 - Significantly improve hash table performance by using djb's hash function
instead of hashpjw() and by using power of two sizes of hash tables (this
  saves the % and isn't necessary with a good hash function).
  Please try this patch.
2001-07-09 18:21:36 +00:00
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
961 MiB
Languages
C 66%
PHP 31.3%
C++ 0.8%
Shell 0.5%
M4 0.4%
Other 0.8%