I have some number of generic lists in my code, that have tens or hundreds elements. Sometimes I need to refill this lists with other objects, so question is: what will be f
I've made several tests for myself. Results (speed) are:
But in the end, it's better to profile application and find bottlenecks for whole application.