-
Notifications
You must be signed in to change notification settings - Fork 330
-
I use a custom implementation of DbDataReader that acts as a bridge between an underlying type/class (table-valued parameter), and I noticed that during string processing, the flow falls into SetChars_FromReader, which creates a char[] each time.
Maybe it makes sense to consider using an array pool instead of direct allocation?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment