Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants