From 58e136dc4211cdbd1b86c9b98509793d53ac9849 Mon Sep 17 00:00:00 2001 From: Oleg Strygun Date: Wed, 5 Apr 2023 14:30:49 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 774cb5a..e932cdb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Generic badge](https://img.shields.io/badge/quartz--h2-v0.4.3-blue)](https://repo1.maven.org/maven2/io/github/ollls/quartz-h2_3/0.4.3/) +[![Generic badge](https://img.shields.io/badge/quartz--h2-v0.4.5-blue)](https://repo1.maven.org/maven2/io/github/ollls/quartz-h2_3/0.4.5/) [![Generic badge](https://img.shields.io/badge/Hello%20World-template-red)](https://github.com/ollls/json-template-qh2) # Asyncronous Java NIO **http/2 TLS** packet streaming server/client. @@ -9,7 +9,7 @@ TLS encryption implemented as scala CATS effects with ALPN h2 tag. Direct native translation of fs2 stream chunks into http2 packets, where http Request's data and http Response's data mapped directy to fs2 streams. Tested and optimized to produce highest possible TPS.(**120K TPS** on MacBook with h2load tool, see details below). Single java.util.concurrent.ForkJoinPool for JAVA NIO Socket Groups and for evalOn() with CATS Effects. Http/2 weights and dependency are not implemented, for performance reasons. ``` -"io.github.ollls" %% "quartz-h2" % "0.4.3" +"io.github.ollls" %% "quartz-h2" % "0.4.5" ``` to start server example with IO ```