Skip to content

Commit 59f803f

Browse files
committed
chore(docs): update README
1 parent 8e833d4 commit 59f803f

File tree

3 files changed

+76
-290
lines changed

3 files changed

+76
-290
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Latest Zig Stable: `0.13.0`
77

88
Latest zzz release: `0.3.0`
99
```
10-
zig fetch --save git+https://github.com/mookums/zzz#v0.3.0
10+
zig fetch --save git+https://github.com/tardy-org/zzz#v0.3.0
1111
```
1212

1313
You can then add the dependency in your `build.zig` file:
@@ -37,7 +37,7 @@ For more information, look here:
3737
## Optimization
3838
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).
3939

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&section=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&section=data-r22), while consuming only ~22% of the memory that gnet requires.
4141

4242
![benchmark (request per sec)](./docs/benchmark/req_per_sec_ccx63_24.png)
4343

@@ -52,7 +52,7 @@ On the CCX63 instance on Hetzner with 2000 max connections, we are 70.9% faster
5252
zzz can be configured to utilize minimal memory while remaining performant. The provided `minram` example only uses 256 kB!
5353

5454
## 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.
5656
- [Modular Asynchronous Implementation](https://muki.gg/post/modular-async)
5757
- `io_uring` for Linux (>= 5.1.0).
5858
- `epoll` for Linux (>= 2.5.45).

0 commit comments

Comments
 (0)