You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ All async functionality has been removed. All synchronized blocks were removed i
12
12
13
13
The end result is an implementation that easily integrates with Virtual Threads available in JDK 21 - simply set a virtual thread based ExecutorService.
14
14
15
-
Improved performance by more than **3x** over the JDK implementation, using http pipelining, optimized String parsing, etc.
15
+
Improved performance by more than **10x** over the JDK implementation, using http pipelining, optimized String parsing, etc.
16
16
17
17
Designed for embedding with only a 90kb jar and zero dependencies.
0 commit comments