SQLitePCL.raw
SQLitePCL.raw copied to clipboard
Investigate perf impact of Provider property vs _imp field
Hi,
Have you benchmarked the performance impact of the new Provider property?
Hopefully, the compiler optimizes it to the point that it is the same as the field _imp...
https://github.com/ericsink/SQLitePCL.raw/blob/15e82d3728019fcbc7467ae34d63f95f6c7bcb38/src/SQLitePCLRaw.core/raw.cs#L70
Originally posted by @MuleaneEve in https://github.com/ericsink/SQLitePCL.raw/issues/340#issuecomment-635023147
Good question from @MuleaneEve