I understand the difference between #include <filename>
and #include "filename"
as answered in this question.
Is there any performance difference between them? If yes, how do you prove the performance difference in this case? What is the best use case for each?