File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ written in [Zig](https://ziglang.org/) but exports a C-compatible API (which
7
7
further makes it compatible with any language out there that can communicate
8
8
with C APIs).
9
9
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.
17
16
18
17
** Why a new event loop library?** A few reasons. One, I think Zig lacks
19
18
a generalized event loop comparable to libuv in features ("generalized"
You can’t perform that action at this time.
0 commit comments