[Phpmyadmin-devel] Hardcoded array sizes in sqlparser.data.php

Piotr Przybylski piotr.prz at gmail.com
Sat Jun 4 17:33:34 CEST 2011


Hi,

Is there any reason for hardcoding array sizes in sqlparser.data.php?
count()'s complexity is O(1), it just reads item count from hash table
which is used internally for storing arrays.

-- 
Regards,
Piotr Przybylski




More information about the Developers mailing list