Skip to content

feat(engine): Optimize disk writes scheduling#151

Merged
harrytmthy merged 1 commit into
mainfrom
feature/optimize-disk-write-scheduling
Oct 12, 2025
Merged

feat(engine): Optimize disk writes scheduling#151
harrytmthy merged 1 commit into
mainfrom
feature/optimize-disk-write-scheduling

Conversation

@harrytmthy
Copy link
Copy Markdown
Owner

Summary

This PR introduces debounced write scheduling in the engine to reduce redundant disk I/O caused by frequent .apply() calls, while keeping the same observable behavior and commit() ordering semantics

Closes #55

@harrytmthy harrytmthy added this to the 1.3.0 milestone Oct 12, 2025
@harrytmthy harrytmthy self-assigned this Oct 12, 2025
@harrytmthy harrytmthy added the enhancement New feature or request label Oct 12, 2025
@harrytmthy harrytmthy enabled auto-merge (squash) October 12, 2025 17:01
@harrytmthy harrytmthy merged commit 38b92fe into main Oct 12, 2025
3 checks passed
@harrytmthy harrytmthy deleted the feature/optimize-disk-write-scheduling branch October 12, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize disk write strategy to reduce commit overhead

1 participant