This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
SqlClient memory performance changes #32811
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6e7e44b
rpc rework
Wraith2 c0c8a7f
Merge remote-tracking branch 'dotnet/master' into sqlperf
Wraith2 63ff136
hoisted async lamda allocating functions to avoid allocating on synch…
Wraith2 cb84ce0
spanify write single and double
Wraith2 8af254f
change prepare dhandle storage to use box and cache statis prepared i…
Wraith2 b4e92b0
comment cleanup and formatting fixes
Wraith2 130491d
ifdefed float and double span writes to netcoreapp only
Wraith2 ec4bc00
limit copy source span to len in case b.Length>len
Wraith2 7304e3a
Merge remote-tracking branch 'dotnet/master' into sqlperf
Wraith2 ff7f156
clarify copy source length and add length check assertions
Wraith2 3374f56
seal async state and try to avoid creating it unless it is needed
Wraith2 8af8d3a
remove unused code comment
Wraith2 8744a67
correct multipacket slice in loop
Wraith2 04cf258
address feedback
Wraith2 2c459d2
address feedback to cleanup spacing
Wraith2 869208d
rename WriteByteArray to WriteBytes, add comment explaining params, m…
Wraith2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
304 changes: 173 additions & 131 deletions
304
src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.