From e2f0b5c64facfe63f30f0bb3a2ca4663f7ff9849 Mon Sep 17 00:00:00 2001 From: BadLame Date: Tue, 11 Nov 2025 16:33:27 +0300 Subject: [PATCH] Update README.md Fixed performance link --- public/en/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/en/README.md b/public/en/README.md index 1db4411..325d10c 100644 --- a/public/en/README.md +++ b/public/en/README.md @@ -1,6 +1,6 @@ # Swoole -?> `Swoole` is a parallel network communication engine based on asynchronous event-driven and coroutine, written in `C++`, providing [coroutine](/coroutine) and [high-performance](/question/use?id=swoole performance how) network programming support for `PHP`. It provides various network server and client modules for multiple communication protocols, making it easy to quickly implement `TCP/UDP services`, `high-performance Web`, `WebSocket services`, `IoT`, `real-time communication`, `games`, `microservices`, etc., breaking the limits of `PHP` in traditional web domains. +?> `Swoole` is a parallel network communication engine based on asynchronous event-driven and coroutine, written in `C++`, providing [coroutine](/coroutine) and [high-performance](/question/use?id=how-is-the-performance-of-swoole) network programming support for `PHP`. It provides various network server and client modules for multiple communication protocols, making it easy to quickly implement `TCP/UDP services`, `high-performance Web`, `WebSocket services`, `IoT`, `real-time communication`, `games`, `microservices`, etc., breaking the limits of `PHP` in traditional web domains. ## Swoole Class Diagram