Closed Horsmann closed 6 years ago
Almost all data writer classes perform as first step a conversion of the collection into a list to having index access to the elements. It would more reasonable to directly pass a List to avoid the unnecessary conversion.
Almost all data writer classes perform as first step a conversion of the collection into a list to having index access to the elements. It would more reasonable to directly pass a List to avoid the unnecessary conversion.