Sung Yoon Whang
Sung Yoon Whang
> Ideally it should also understand which of those groupings are unordered so the following are considered equivalent by a patch. @abhinav, did you mean to say these are considered...
The second struct has "Bar" before "Foo" whereas the example structs in the issue are completely identical structs 😁
That API isn't meant to be used for getting info on all GC collections - for that using EventListener as this library currently does is the current recommendation. GCMemoryInfo API...
@djluck I was perusing through this repo and saw this issue had me mentioned, but somehow I didn't get a notification for it...? Anyways sorry for responding to this super...
Hi all - I'm from the .NET runtime team at Microsoft and I work on EventPipe/LTTng/ETW/counters part of the runtime. I saw this library being used by many of our...
Hi @semyon2105, thanks for the detailed repro steps. I tried to repro your issue and ran the app you shared and here is what I have so far after running...
The issue I fixed resolved memory issue but likely won't impact CPU usage. For CPU usage, the main issue is that this library uses EventListener to consume the events, which...
This is a valid issue, thanks for reporting this. Tracking internal issue: GO-1591.
BTW, just to clarify what the issue is - the issue isn't that fx.Options and fx.Module behaves differently. They do behave differently because they're meant for doing different things :)...
Fixed with #925.