You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've glanced at the code of this library, and seen that it uses reflection to find the objects' fields.
Suppose I would implement a bulk inserter that's hardcoded for a specific type. What would be the performance difference relative to Dapper.Bulk? (An order of magnitude approximation would help too)
The relevant object has about 30 fields.
The text was updated successfully, but these errors were encountered:
I've glanced at the code of this library, and seen that it uses reflection to find the objects' fields.
Suppose I would implement a bulk inserter that's hardcoded for a specific type. What would be the performance difference relative to Dapper.Bulk? (An order of magnitude approximation would help too)
The relevant object has about 30 fields.
The text was updated successfully, but these errors were encountered: