Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eusonlito/php-microoptimizations

Website with PHP code comparison
https://github.com/eusonlito/php-microoptimizations

optimization php

Last synced: about 1 month ago
JSON representation

Website with PHP code comparison

Awesome Lists containing this project

README

        

# https://php.lito.com.es

# Contributions

* All tests must realize a minimum operation into loop (like a counter or a variable assignment).
* Code must be able to work with PHP >=5.3.29

## With fork/pull-request

* Fork this repository
* Create your test at `/src/App/Repository/Code/Tests`
* Test name as (XXXXXTest)
* Send a pull-request

## With issue

* Check if code exists in [/src/App/Repository/Code/Tests](https://github.com/eusonlito/php-microoptimizations/tree/develop/src/App/Repository/Code/Tests)
* Send me a issue with code to test