| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YT-18571: Drop TSharedRef::FromString(const char* str) | babenko | 2026-07-11 | 1 | -1/+1 |
| | | | | | | | | | | Rationale: all overloads of `TSharedRef::FromString` must remain cheap and don't copy any payload. Remove the zero-terminated C string overload of `TSharedRef::FromString`. Callers passing a string literal should use `std::string/TString` explicitly. #| || **<a href="https://nda.ya.ru/t/-VG7qyBv7iD8vm" target="_blank"> Echo tests</a>** || |# commit_hash:1a6718abcbe4e6a8f58592f55de8c37ceb2b73d3 | ||||
| * | Add TSharedMutableRef::AllocateViaMmap | babenko | 2026-06-12 | 1 | -0/+85 |
| | | | | | commit_hash:1666d5c27b2dfe54460efdc686d98ad955b0c4f1 | ||||
| * | Support Save/Load TYsonString | yurial | 2023-11-16 | 1 | -0/+22 |
