Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove excess allocations in Uri.ReCreateParts (#34864)
* Remove excess allocations in Uri.ReCreateParts * Fix Compression offset * Revert VSB optimizations * Use noEscape.Length * Simplify TryGetUnicodeEquivalent * Remove ValueStringBuilderExtensions * Index into chars instead of dest * Remove unreachable code block * Use StackallocThreshold constant * Add comments about why MemoryMarshal is used to recreate the span
- Loading branch information