File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ were tried. However, all of them failed due to resulting significant performance
2222degradation.
2323
2424This project is a port of [ http_parser] [ 0 ] to TypeScript. [ llparse] [ 1 ] is used
25- to generate the output C and/or bitcode artifacts , which could be compiled and
25+ to generate the output C source file , which could be compiled and
2626linked with the embedder's program (like [ Node.js] [ 7 ] ).
2727
2828## Performance
@@ -31,7 +31,7 @@ So far llhttp outperforms http_parser:
3131
3232| | input size | bandwidth | reqs/sec | time |
3333| :----------------| -----------:| -------------:| -----------:| --------:|
34- | ** llhttp** _ (C) _ | 8192.00 mb | 1777.24 mb/s | 3583799.39 ops/sec | 4.61 s |
34+ | ** llhttp** | 8192.00 mb | 1777.24 mb/s | 3583799.39 ops/sec | 4.61 s |
3535| ** http_parser** | 8192.00 mb | 694.66 mb/s | 1406180.33 req/sec | 11.79 s |
3636
3737llhttp is faster by approximately ** 156%** .
You can’t perform that action at this time.
0 commit comments