From 4814515b504ce60aa2892dbf487cf5eefd5288d4 Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:43:23 -0500 Subject: [PATCH] docs: drop the persuasive competitor framing from the README Architecture table Closes #34 Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com> --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 032d194..7a690f0 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ Go 1.26+ · Linux only · License: Apache-2.0 ## Architecture -| | Lynx | PM2 | Supervisor | -| :--- | :--- | :--- | :--- | -| **Runtime** | Compiled Go, native | Node.js (V8) | Python (interpreted) | -| **Supervisor** | `systemd` | Custom daemon | `supervisord` | -| **Crash resilience** | Apps outlive the CLI | Apps die with PM2 | Apps die with the daemon | -| **Sandboxing** | `DynamicUser` + landlock | User-space only | User-space only | -| **Config** | CLI flags or `Lynxfile.yml` | `ecosystem.config.js` | INI files | +| | | +| :--- | :--- | +| **Runtime** | Compiled Go, native | +| **Supervisor** | `systemd` — apps outlive the CLI | +| **Sandboxing** | `DynamicUser` + landlock | +| **Config** | CLI flags or `Lynxfile.yml` | Startup/memory measurements and the reproduction harness: [`scripts/bench`](./scripts/bench/) — run in CI on Ubuntu 24.04 (kernel 6.17)