Skip to content

Conversation

@apolyakov
Copy link
Contributor

This PR addresses few issue:

  • replaces ok &= ... with ok = ok && ...
  • move TL2 string into a separate namespace, add logs for error cases, etc.

@apolyakov apolyakov added this to the next milestone Dec 26, 2025
@apolyakov apolyakov self-assigned this Dec 26, 2025
@apolyakov apolyakov added the k2 k2 related label Dec 26, 2025
}
size_len = LARGE_STRING_SIZE_LEN + 1;
size_len = HUGE_STRING_SIZE_LEN + 1;
const auto first{static_cast<uint64_t>(*tlf.fetch_trivial<uint8_t>())};
Copy link
Contributor

Choose a reason for hiding this comment

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

single read into byte bytes[3]{} would be optimal here

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

Labels

k2 k2 related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants