Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21a2e55

Browse filesBrowse files
indutnyBethGriggs
authored andcommitted
1 parent 0b72f37 commit 21a2e55
Copy full SHA for 21a2e55

File tree

Expand file treeCollapse file tree

3 files changed

+518
-346
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+518
-346
lines changed
Open diff view settings
Collapse file

‎deps/llhttp/README.md‎

Copy file name to clipboardExpand all lines: deps/llhttp/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ were tried. However, all of them failed due to resulting significant performance
2222
degradation.
2323

2424
This project is a port of [http_parser][0] to TypeScript. [llparse][1] is used
25-
to generate the output C source file, which could be compiled and
25+
to generate the output C and/or bitcode artifacts, which could be compiled and
2626
linked 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** | 8192.00 mb | 1777.24 mb/s | 3583799.39 ops/sec | 4.61 s |
34+
| **llhttp** _(C)_ | 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

3737
llhttp is faster by approximately **156%**.
Collapse file

‎deps/llhttp/include/llhttp.h‎

Copy file name to clipboardExpand all lines: deps/llhttp/include/llhttp.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define LLHTTP_VERSION_MAJOR 2
55
#define LLHTTP_VERSION_MINOR 1
6-
#define LLHTTP_VERSION_PATCH 3
6+
#define LLHTTP_VERSION_PATCH 4
77

88
#ifndef LLHTTP_STRICT_MODE
99
# define LLHTTP_STRICT_MODE 0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.