Skip to content

Commit c487e82

Browse files
committed
Merge pull request bergie#19 from igorw/rm-readme-perf
Remove perormance section from README
2 parents 0d99d9e + 7347bf3 commit c487e82

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ The examples have been written to be compatible with the [DNode examples](https:
3838
* Only regular, non-encrypted TCP sockets are supported
3939
* Only one simultaneous connection supported
4040

41-
## Performance
42-
43-
Surprisingly, with simple calls PHP is faster as a DNode client than Node.js. Talking to the _simple example_ DNode server from the dnode repository:
44-
45-
$ time php examples/simple/client.php
46-
n = 3300
47-
48-
real 0m0.067s
49-
user 0m0.030s
50-
sys 0m0.030s
51-
52-
The same with a Node.js client:
53-
54-
$ time node simple/client.js
55-
n = 3300
56-
57-
real 0m0.173s
58-
user 0m0.140s
59-
sys 0m0.030s
60-
6141
## Development
6242

6343
dnode-php is under heavy development. If you want to participate, please send pull requests.

0 commit comments

Comments
 (0)