I have a question, i'm doing some research on some programming languages. The research is about the efficiency of the substring functions in C# and Java.
Questions like is C# using a brute force kind of way, or do they implement Boyer-Moore's algorithm like a good boy. I need the source code for this, I already found it for Java ( Who use a brute force implementation in the indexOf()method for those who wonder ).
Does anyone have an idea how i can retrieve the source code for methods like these in C#. I have visual studios installed on my laptop but i can't find any source code...
Your help will much obliged!