Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Read more about our engineering philosophy [in this post of our blog](https://bl
- Prioritize code readability and maintainability over premature optimizations.
- Avoid concurrency split all over the codebase. Concurrency adds complexity. Only use where strictly necessary.

<img width="100%" alt="Lines of Code comparison chart for Ethereum clients" src="https://github.com/user-attachments/assets/4ef7d9db-57a0-4b8b-b170-78950691b47a" />
<img width="100%" alt="Lines of Code comparison chart for Ethereum clients" src="https://github.com/user-attachments/assets/ebf83d67-7150-44ba-a8d8-f0e657d4a19d" />

_(Data from main branch of each project at 2025/09/26)_
_(Data from main branch of each project at 2025/10/08)_
Copy link

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'comparission' to 'comparison' in the commit title.

Copilot uses AI. Check for mistakes.

## 🗺️ Roadmap

Expand Down
Loading