Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Utilize PHP native Data Structures #667

Open
sandeepone opened this issue Dec 27, 2013 · 1 comment
Open

Utilize PHP native Data Structures #667

sandeepone opened this issue Dec 27, 2013 · 1 comment

Comments

@sandeepone
Copy link
Member

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

@sergeyklay
Copy link
Contributor

Yes, I agree with you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants