SqlClient: Avoid boxing values as much as possible
Open
Performance :chart_with_upwards_trend:
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 69
Description
We believe that for hot paths while consuming data readers this could have a significant enough impact. For parameters, there is already https://github.com/dotnet/corefx/issues/8955 about adding a generic API in ADO.NET base provider model that then can be implemented by SqlClient.
cc @saurabh500 @geleems @roji @ajcvickers
Contributor guide
Assessment
This issue has not been assessed yet.