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
You can then add the dependency in your `build.zig` file:
@@ -37,7 +37,7 @@ For more information, look here:
37
37
## Optimization
38
38
zzz is **very** fast. Through a combination of methods, such as allocation at start up and avoiding thread contention, we are able to extract tons of performance out of a fairly simple implementation. zzz is quite robust currently but is still early stage software. It's currently been running in production, serving my [site](https://muki.gg).
39
39
40
-
With the recent migration to [tardy](https://github.com/mookums/tardy), zzz is about as fast as gnet, the fastest plaintext HTTP server according to [TechEmpower](https://www.techempower.com/benchmarks/#hw=ph&test=plaintext§ion=data-r22), while consuming only ~22% of the memory that gnet requires.
40
+
With the recent migration to [tardy](https://github.com/tardy-org/tardy), zzz is about as fast as gnet, the fastest plaintext HTTP server according to [TechEmpower](https://www.techempower.com/benchmarks/#hw=ph&test=plaintext§ion=data-r22), while consuming only ~22% of the memory that gnet requires.
41
41
42
42

43
43
@@ -52,7 +52,7 @@ On the CCX63 instance on Hetzner with 2000 max connections, we are 70.9% faster
52
52
zzz can be configured to utilize minimal memory while remaining performant. The provided `minram` example only uses 256 kB!
53
53
54
54
## Features
55
-
- Built on top of [Tardy](https://github.com/mookums/tardy), an asynchronous runtime.
55
+
- Built on top of [Tardy](https://github.com/tardy-org/tardy), an asynchronous runtime.
0 commit comments