Small and fast .NET programs? - 65% runtime in ResolvePolicy
- by forki23
Hi,
I tried to build a very very small .NET app in F#.
It just has to convert a small string into another string and print the result to the console like:
convert.exe myString == prints something like "myConvertedString"
I used dottrace to analyze the performance:
26% (168ms) in my actual string conversion (I thinks this is ok.)
65,80%…