1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00
Files
archived-php-src/ext
Rasmus Lerdorf d98c96fc6c Use references instead of making a copy each time in array_init(). About
twice as fast for a high number of elements.  2.80 seconds for the copy
of 1,000,000 elements and 1.39s for the reference version.  Need to chunk
it every 62k or so because refcount is a short.
2001-10-22 20:49:27 +00:00
..
2001-10-18 08:25:39 +00:00
2001-10-12 00:21:09 +00:00
2001-10-22 19:46:48 +00:00
2001-10-13 13:12:30 +00:00
2001-10-22 02:28:00 +00:00
2001-10-13 14:55:51 +00:00
2001-10-18 08:14:56 +00:00
MFB
2001-10-21 17:23:39 +00:00
2001-10-22 02:49:34 +00:00
2001-10-22 16:25:43 +00:00
2001-10-15 18:36:43 +00:00
MFB
2001-10-21 17:23:39 +00:00
2001-10-13 15:06:14 +00:00
2000-05-01 22:38:42 +00:00