You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
When Gleez was developed most code was based on PHP 5.2. With the invent of PHP 5.3 many new SPL classes haven been introduced, we haven't got any chance to implement them so far because of shared hosting. Now all hosting companies providing PHP 5.3 as base. However, PHP 5.5 is current and PHP 5.3 was end of life. I think its better to start implement some SPL classess to improve the code design and performance of CMS in a more structured way.
When Gleez was developed most code was based on PHP 5.2. With the invent of PHP 5.3 many new SPL classes haven been introduced, we haven't got any chance to implement them so far because of shared hosting. Now all hosting companies providing PHP 5.3 as base. However, PHP 5.5 is current and PHP 5.3 was end of life. I think its better to start implement some SPL classess to improve the code design and performance of CMS in a more structured way.
http://www.sitepoint.com/php-data-structures-1/
https://github.com/elazar/spl-benchmarks
https://github.com/technosophos/Benchmarks-PHP/blob/master/SPLObjectStorage-vs-Arrays.php
http://stackoverflow.com/questions/11827668/does-really-splfixedarray-perform-better-than-arrays
The text was updated successfully, but these errors were encountered: