Skip to content

5.2.0#12

Merged
pro100andrey merged 4 commits into
mainfrom
5.2.0
May 30, 2026
Merged

5.2.0#12
pro100andrey merged 4 commits into
mainfrom
5.2.0

Conversation

@pro100andrey
Copy link
Copy Markdown
Owner

  • BinaryWriter:
    • New Feature: Added skip(int count) — advances the write position by [count] bytes without writing data, for reserving space (Reserve & Backpatch pattern).
    • New Feature: Added shiftBytes(int start, int end, int target) — shifts a block of written bytes within the buffer, enabling in-place compaction when reserved header space exceeds actual needs.

  - **New Feature**: Added `skip(int count)` — advances the write position by [count] bytes without writing data, for reserving space (Reserve & Backpatch pattern).
  - **New Feature**: Added `shiftBytes(int start, int end, int target)` — shifts a block of written bytes within the buffer, enabling in-place compaction when reserved header space exceeds actual needs.
@pro100andrey pro100andrey merged commit ee97b64 into main May 30, 2026
3 checks passed
@pro100andrey pro100andrey deleted the 5.2.0 branch May 30, 2026 22:11
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.

1 participant