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

opt: do not copy pages before bitbox writeout #655

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

rphmeier
Copy link
Contributor

This uses the new WriteArc I/O command to avoid a page copy when writing to bitbox. This is currently a major bottleneck during sync, since these page copies are single-threaded and we now copy pages during merkle commit (needed for overlays).

Copy link
Contributor Author

rphmeier commented Dec 30, 2024

Copy link
Contributor

pepyakin commented Jan 2, 2025

Merge activity

  • Jan 2, 7:23 AM EST: A user started a stack merge that includes this pull request via Graphite.
  • Jan 2, 7:34 AM EST: Graphite rebased this pull request as part of a merge.
  • Jan 2, 7:35 AM EST: A user merged this pull request with Graphite.

@pepyakin pepyakin changed the base branch from rh-write-arc to graphite-base/655 January 2, 2025 12:30
@pepyakin pepyakin changed the base branch from graphite-base/655 to master January 2, 2025 12:32
@pepyakin pepyakin merged commit 3c6c0c7 into master Jan 2, 2025
8 checks passed
@pepyakin pepyakin deleted the rh-bitbox-nocopy branch January 2, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants