I reported about similar issue already. #1446. it is closed, I have the issue not only with Dictionary<string, object> and I'm not sure what is best practice is here. so, I create a new issue
so, latest code for main branch.
.net 10.0 application dump (in 1446 it was netframework)
if I need to load either Dictionary<string, object> or HashSet it works very slow. As far as I can see in debugger it slows down on line clrValue.Type.Fields where clrValue has type IClrValue. So, I assume that again reading of type works very slow.
I've checked netframework app dump. there it works as expected.
It looks very easy to reproduce but in my HalloWorld it still works very quick. well, may be because dump is too small
I reported about similar issue already. #1446. it is closed, I have the issue not only with Dictionary<string, object> and I'm not sure what is best practice is here. so, I create a new issue
so, latest code for main branch.
.net 10.0 application dump (in 1446 it was netframework)
if I need to load either Dictionary<string, object> or HashSet it works very slow. As far as I can see in debugger it slows down on line
clrValue.Type.Fieldswhere clrValue has typeIClrValue. So, I assume that again reading of type works very slow.I've checked netframework app dump. there it works as expected.
It looks very easy to reproduce but in my HalloWorld it still works very quick. well, may be because dump is too small