Skip to content

Conversation

@vishesh
Copy link
Contributor

@vishesh vishesh commented Oct 22, 2025

No description provided.

@vishesh vishesh merged commit e231ce6 into main Oct 23, 2025
1 check passed
1amageek added a commit to 1amageek/fdb-swift-bindings that referenced this pull request Nov 8, 2025
- Use count(where:) instead of reduce for counting incomplete versionstamps
  This is more idiomatic Swift and clearly expresses intent

- Replace guard with if for incompleteCount validation
  Guard is for early returns; if is more appropriate here

- Optimize withUnsafeBytes to eliminate unnecessary allocation
  Append directly instead of creating intermediate Array

Addresses: glbrntt review comments FoundationDB#6, FoundationDB#7, FoundationDB#10
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.

3 participants