Skip to content

Supper slow reading of HashSet<object> from net10.0 application dump #1501

Description

@shvez

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions