Skip to content

Optimize archive import and runtime logging - #2

Open
makr-code wants to merge 3 commits into
developfrom
fix/job-archive-performance
Open

Optimize archive import and runtime logging#2
makr-code wants to merge 3 commits into
developfrom
fix/job-archive-performance

Conversation

@makr-code

Copy link
Copy Markdown
Owner

Summary

  • Optimize JSON archive import parsing with std::from_chars to reduce exception-heavy numeric parsing.
  • Add batch-style log flushing and reduce daemon tick churn to lower runtime overhead.
  • Update README docs for import/export behavior and archive format usage.
  • Add JSON fixture-based import matrix coverage for archive regression testing.

Validation

  • Built successfully with the project debug preset.
  • Verified targeted archive JSON import test passes.
  • Ran the full E2E label and it passes.

- Created VERSION file with version 0.1.0-alpha.
- Added CMakeCache.txt for WSL build configuration.
- Included cmake.check_cache for dependency checking.
- Generated vcpkg-manifest-install.log to log package installation details.
Copilot AI lite review requested due to automatic review settings August 23, 2026 14:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

2 participants