Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlClient: Avoid boxing values as much as possible #105

Open
divega opened this issue Feb 12, 2018 · 0 comments
Open

SqlClient: Avoid boxing values as much as possible #105

divega opened this issue Feb 12, 2018 · 0 comments
Labels
💡 Enhancement Issues that are feature requests for the drivers we maintain. 📈 Performance Issues that are targeted to performance improvements.

Comments

@divega
Copy link

divega commented Feb 12, 2018

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

@divega divega transferred this issue from dotnet/corefx May 16, 2019
@David-Engel David-Engel added this to the Future milestone May 17, 2019
@cheenamalhotra cheenamalhotra added the 💡 Enhancement Issues that are feature requests for the drivers we maintain. label Aug 6, 2020
@benrr101 benrr101 added the 📈 Performance Issues that are targeted to performance improvements. label Mar 27, 2024
@cheenamalhotra cheenamalhotra removed this from the Future milestone Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Enhancement Issues that are feature requests for the drivers we maintain. 📈 Performance Issues that are targeted to performance improvements.
Projects
None yet
Development

No branches or pull requests

4 participants