Skip to content

Commit 07bcffa

Browse files
authored
Update README.md
1 parent 8943932 commit 07bcffa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ written in [Zig](https://ziglang.org/) but exports a C-compatible API (which
77
further makes it compatible with any language out there that can communicate
88
with C APIs).
99

10-
**Project Status: 🐲 Unstable, alpha-ish quality.** The feature list is quite
11-
good across multiple platforms, but there are plenty of missing features.
12-
The project hasn't been well tested in real-world environments and there
13-
are lots of low-hanging fruit for performance optimization. I'm not promising
14-
any API compatibility at this point, either. If you want a production ready,
15-
high quality, generalized event loop implementation check out
16-
[libuv](https://libuv.org/), libev, etc.
10+
**Project Status: Stable for most use cases.** libxev is in daily use by
11+
large projects such as [Ghostty](https://ghostty.org),
12+
[zml](https://github.com/zml/zml), and more. For most use cases, libxev
13+
has been shown to be stable at scale. libxev has a broad featureset and
14+
there are likely less well-used corners of the library, but for most
15+
use cases libxev is already heavily used in production environments.
1716

1817
**Why a new event loop library?** A few reasons. One, I think Zig lacks
1918
a generalized event loop comparable to libuv in features ("generalized"

0 commit comments

Comments
 (0)