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.
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.