Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0M6
-
None
Description
We can shove off some milliseconds from large result set processing loops by replacing DefaultType which uses reflection on the ResultSet (ugh, that was a bright idea), with dedicated per type extended types. This won't improve things dramatically, however the change is straightforward and is definitely worth doing.