-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance (toImmutable() method).
- Loading branch information
Showing
34 changed files
with
183 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
vendor/ | ||
package-lock.php.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: bench | ||
version: 1.0.0 | ||
|
||
plugins: [App] | ||
|
||
deps: | ||
jphp-core: '*' | ||
jphp-zend-ext: '*' | ||
jphp-json-ext: '*' | ||
|
||
app: | ||
encoding: UTF-8 | ||
|
||
sources: | ||
- src | ||
|
||
includes: | ||
- 'bench.php' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
--- | ||
|
||
## jphp-core | ||
> version 1.1.1, created by JPPM. | ||
> version 1.1.2, created by JPPM. | ||
Compiler and Launcher for JPHP. | ||
|
||
### Install | ||
``` | ||
jppm add [email protected].1 | ||
jppm add [email protected].2 | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
--- | ||
|
||
## jphp-core | ||
> версия 1.1.1, создано с помощью JPPM. | ||
> версия 1.1.2, создано с помощью JPPM. | ||
Compiler and Launcher for JPHP. | ||
|
||
### Установка | ||
``` | ||
jppm add [email protected].1 | ||
jppm add [email protected].2 | ||
``` | ||
|
||
### АПИ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
--- | ||
|
||
## jphp-runtime | ||
> version 1.1.1, created by JPPM. | ||
> version 1.1.3, created by JPPM. | ||
Runtime for JPHP + Standard library. | ||
|
||
### Install | ||
``` | ||
jppm add [email protected].1 | ||
jppm add [email protected].3 | ||
``` | ||
|
||
### API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
--- | ||
|
||
## jphp-runtime | ||
> версия 1.1.1, создано с помощью JPPM. | ||
> версия 1.1.3, создано с помощью JPPM. | ||
Runtime for JPHP + Standard library. | ||
|
||
### Установка | ||
``` | ||
jppm add [email protected].1 | ||
jppm add [email protected].3 | ||
``` | ||
|
||
### АПИ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.