Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RGS stats for August 2024. #3267

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions lightning-rapid-gossip-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,25 @@ broadcast on the network may be taken into account when calculating the delta.
## Performance

Given the primary purpose of this utility is a faster graph sync, we thought it might be helpful to
provide some examples of various delta sets. These examples were calculated as of May 19th 2022
provide some examples of various delta sets. These examples were calculated as of August 2024
with a network graph comprised of 80,000 channel announcements and 160,000 directed channel updates.

The processing times were averaged over 100 iterations on an iPhone 15 Pro.

| Full sync | |
|-----------------------------|--------|
| Message Length | 4.7 MB |
| Gzipped Message Length | 2.0 MB |
| Client-side Processing Time | 1.4 s |
| Message Length | 3.3 MB |
| Gzipped Message Length | 1.5 MB |
| Client-side Processing Time | 407 ms |

| Week-old sync | |
|-----------------------------|--------|
| Message Length | 2.7 MB |
| Gzipped Message Length | 862 kB |
| Client-side Processing Time | 907 ms |

| Day-old sync | |
|-----------------------------|---------|
| Message Length | 191 kB |
| Gzipped Message Length | 92.8 kB |
| Client-side Processing Time | 196 ms |
| Message Length | 1.7 MB |
| Gzipped Message Length | 566 kB |
| Client-side Processing Time | 283 ms |

| Day-old sync | |
|-----------------------------|--------|
| Message Length | 210 kB |
| Gzipped Message Length | 99 kB |
| Client-side Processing Time | 26 ms |
Loading