Skip to content

CSHARP-6092: Avoid buffer allocations in ObjectId.Parse#2043

Open
Kloizdena wants to merge 1 commit into
mongodb:mainfrom
Kloizdena:CSHARP-6092-avoid-buffer-allocation
Open

CSHARP-6092: Avoid buffer allocations in ObjectId.Parse#2043
Kloizdena wants to merge 1 commit into
mongodb:mainfrom
Kloizdena:CSHARP-6092-avoid-buffer-allocation

Conversation

@Kloizdena

Copy link
Copy Markdown
  • Eliminate byte array allocation in ObjectId(string) ctor and ObjectId.TryParse(string, out ObjectId)
  • Added new Span-based TryParse method

@Kloizdena Kloizdena requested a review from a team as a code owner June 19, 2026 22:58
@Kloizdena Kloizdena requested a review from papafe June 19, 2026 22:58
@BorisDog BorisDog requested review from BorisDog and removed request for papafe June 22, 2026 16:46
@Kloizdena Kloizdena changed the title CSHARP-5611: Avoid buffer allocations in ObjectId.Parse CSHARP-6092: Avoid buffer allocations in ObjectId.Parse Jun 25, 2026
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