Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eusonlito/php-microoptimizations
- Owner: eusonlito
- License: mit
- Created: 2016-07-01T16:39:03.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-12-02T11:54:29.000Z (almost 4 years ago)
- Last Synced: 2024-01-30T01:18:22.954Z (10 months ago)
- Topics: optimization, php
- Language: PHP
- Homepage: https://php.lito.com.es
- Size: 605 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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