diff options
author | Dmitry Stogov <dmitry@php.net> | 2010-04-20 10:49:22 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2010-04-20 10:49:22 +0000 |
commit | ea53dc5af6a216b46a84944ee870c5ce18dcfe90 (patch) | |
tree | eb43592a149955127cd41c55191c3b698f64ad6d /NEWS | |
parent | c373e5efdc29bd7449c631485782721e28eb22a0 (diff) | |
download | php-git-ea53dc5af6a216b46a84944ee870c5ce18dcfe90.tar.gz |
Added an optimization which saves memory and emalloc/efree calls for empty HashTables
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ - Upgraded bundled sqlite to version 3.6.23.1. (Ilia) - Upgraded bundled PCRE to version 8.02. (Ilia) +- Added an optimization which saves memory and emalloc/efree calls for empty + HashTables (Stas, Dmitry) - Added Tokyo Cabinet abstract DB support to ext/dba. (Michael Maclean) - Added Jenkins's one-at-a-time hash support to ext/hash. (Martin Jansen) - Added FNV-1 hash support to ext/hash. (Michael Maclean) |