Update Readme.md

This commit is contained in:
Natxo
2026-03-31 13:26:04 +02:00
committed by GitHub
parent d0ffb69b95
commit f5f8e75527

View File

@@ -57,7 +57,7 @@ $mount(Counter, "#app");
| Feature | **SigPro** | React / Vue | Svelte |
| :--- | :--- | :--- | :--- |
| **Payload (Gzipped)** | **\< 1.8KB** | \~30KB - 50KB | \~2KB (Runtime) |
| **Payload (Gzipped)** | **\< 1.8KB** | \~30KB - 50KB | \~5KB (Compiled Runtime) |
| **State Logic** | **Atomic Signals** | Virtual DOM Diffing | Compiler Dirty Bits |
| **Update Speed** | **Direct Node Access** | Component Re-render | Block Reconciliation |
| **Native Persistence** | **Included ($)** | Requires Plugins | Manual |