Skip to content

Commit 513a0dd

Browse files
committed
Update perf numbers now that we have diagnostics
1 parent 4f285fb commit 513a0dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPantom
22

3-
A fast, lightweight PHP language server written in Rust. Uses only a few MB of RAM regardless of project size and is fully responsive in milliseconds. No indexing phase, no background workers, no waiting.
3+
A fast, lightweight PHP language server written in Rust. Ready in seconds, uses a fraction of the RAM other language servers need, and stays responsive throughout. No indexing phase, no waiting.
44

55
> [!NOTE]
66
> PHPantom is in active development. The core editing features are solid and used daily on production codebases. Extract Function and broader diagnostics are still on the roadmap.
@@ -29,9 +29,9 @@ PHPantom focuses on deep type intelligence. Here's how it compares:
2929
| Find references ||||||
3030
| Diagnostics ||||||
3131
| Rename / refactoring ||||||
32-
| Time to ready | **10 ms** | 1 min 25 s | 3 min 17 s | 15 min 39 s | 19 min 38 s |
33-
| RAM usage | **7 MB** | 520 MB | 3.9 GB | 498 MB | 2.0 GB |
34-
| Disk cache | **0** | 45 MB | 0 | 4.1 GB | 551 MB |
32+
| Time to ready | 3 s | 1 min 25 s | 3 min 17 s | 15 min 39 s | 19 min 38 s |
33+
| RAM usage | 40 MB | 520 MB | 3.9 GB | 498 MB | 2.0 GB |
34+
| Disk cache | 0 | 45 MB | 0 | 4.1 GB | 551 MB |
3535

3636
<sub>Performance measured on a production codebase: 21K PHP files, 1.5M lines of code (vendor + application). 🚧 = partial support. 🧩 = requires plugin.</sub>
3737

0 commit comments

Comments
 (0)