Suppose the overall dll size is 100M, here are the 2 cases:
- 100M * 1
- 10M * 10
Will their be much performance impact when using many small sized DLLs? why?
We did a testing recently but didn't detect much performance difference between the 2 cases, I am not sure if there are some wrong steps with my testing or this is the fact.