David McHealy
David McHealy
Checks seemed to pass, there was one odd cancellation, not sure what's up with that.
I've been debugging a memory "leak" that I only finally tracked down to this allocation of memory. The application I maintain (the rust port of the matomo device detector) has...
Thanks for pointing out the relevant code. I will definitely take a closer look.
Everything you say tracks, it shouldn't lose memory at all, but it seems to in my case. But I need to find a truly minimal test case before I can...
My case isn't exactly like the op, I'm not capturing over await points per se, but rather operating on single super large collection of Regex's shared via an Arc in...
I had some time this weekend to run a lot of tests and now I understand how it all works. It isn't a loss of memory, it is just that...
It is an interesting problem. I will give it a shot if I can get enough spare time. I can't honestly give super good odds of success.