Skip to content

issue-5895: fastshard - TString -> TBuffer where possible - #6879

Draft
qkrorlqr wants to merge 1 commit into
mainfrom
users/qkrorlqr/fastshard-string-to-buffer
Draft

issue-5895: fastshard - TString -> TBuffer where possible#6879
qkrorlqr wants to merge 1 commit into
mainfrom
users/qkrorlqr/fastshard-string-to-buffer

Conversation

@qkrorlqr

Copy link
Copy Markdown
Collaborator

Notes

TString usage for pages is inefficient because it allocates slightly more than one page so we end up using the next allocator slot. Will change the protocol to avoid repeated string/bytes usage for pages separately.

Issue

#5895

@qkrorlqr qkrorlqr added large-tests Launch large tests for PR filestore Add this label to run only cloud/filestore build and tests on PR asan Launch builds with address sanitizer along with regular build tsan Launch builds with thread sanitizer along with regular build msan Launch builds with memory sanitizer along with regular build ubsan Launch builds with undefined behaviour sanitizer along with regular build labels Aug 22, 2026
@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 6639s): all tests PASSED for commit 0cd20d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4614 4613 0 0 0 1 0

@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-release-asan have completed.

Tip

Planned checks for linux-x86_64-release-asan.

🟢 linux-x86_64-release-asan target: cloud/filestore/ (test time: 4205s): all tests PASSED for commit 0cd20d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
3877 3877 0 0 0 0 0

@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-release-tsan have completed.

Tip

Planned checks for linux-x86_64-release-tsan.

🟢 linux-x86_64-release-tsan target: cloud/filestore/ (test time: 4608s): all tests PASSED for commit 0cd20d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
3867 3867 0 0 0 0 0

@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-release-ubsan have completed.

Tip

Planned checks for linux-x86_64-release-ubsan.

🟢 linux-x86_64-release-ubsan target: cloud/filestore/ (test time: 4118s): all tests PASSED for commit 0cd20d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
3927 3927 0 0 0 0 0

@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-release-msan have completed.

Tip

Planned checks for linux-x86_64-release-msan.

🟢 linux-x86_64-release-msan target: cloud/filestore/ (test time: 4231s): all tests PASSED for commit 0cd20d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
3811 3811 0 0 0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

asan Launch builds with address sanitizer along with regular build filestore Add this label to run only cloud/filestore build and tests on PR large-tests Launch large tests for PR msan Launch builds with memory sanitizer along with regular build tsan Launch builds with thread sanitizer along with regular build ubsan Launch builds with undefined behaviour sanitizer along with regular build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant