Merged
Conversation
684d797 to
cf1bd06
Compare
cf1bd06 to
3a829d8
Compare
3a829d8 to
45dd271
Compare
# Conflicts: # src/Npgsql/NpgsqlCommand.cs
Improves code flow for the hot path
# Conflicts: # src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs
718d14a to
ae76ddb
Compare
vonzshik
reviewed
Nov 1, 2023
Contributor
vonzshik
left a comment
There was a problem hiding this comment.
Had a bit of free time, here's partial (16/33) review, will probably finish either this evening or tomorrow.
# Conflicts: # src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs
# Conflicts: # src/Npgsql/Internal/NpgsqlReadBuffer.cs
# Conflicts: # src/Npgsql/Internal/PgReader.cs
# Conflicts: # src/Npgsql/NpgsqlDataReader.cs
8ec9157 to
2c6d9f0
Compare
vonzshik
reviewed
Nov 2, 2023
Contributor
vonzshik
left a comment
There was a problem hiding this comment.
33/33, just left to refine it a bit.
Member
|
And here are some perf numbers for fortunes/single_query platform: Fortunes
Single query
Fortunes, before the perf PR (5c10602)Fortunes, after the perf PR (4b5b897)Single query, before the perf PR (5c10602)Single query, after the perf PR (4b5b897)fortunes-5c106023.json |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Based on handler rework, splits out the non-essential perf improvements for easier reviewing.