Jochen Baier

Results 19 comments of Jochen Baier

> As I understand this currently supports brackets only, right? Could this be improved to cover `vi"`, `vi>`, `vi'`, etc. without too much effort? Related to #3046 . " and...

Thank you for reporting this. Testing the problem with BugInsight debug build inside VS is the best approach. Please delete build folder and repeat the cmake steps to see if...

i will take look this weekend.

1. strange, I am not able to reproduce the "syntax error: identifier '_Thrd _result'" error. Tested with * Visual Studio Professional 2022 Version 17.10.5, Windows SDK Version 10.0.22621.0, Plaform Toolset...

I have a version in development with which you can ignore callstacks via hash. Unfortunately I haven't found the time to finalise and publish it yet

With mimalloc dev3 the chart looks like this: ![Image](https://github.com/user-attachments/assets/44133c76-dfc1-44d4-bbe7-02d889725b26)

Thank you for the response. >>What is the red/blue line? The chart was created with Windows Performance Monitor (saved to csv) with counters: Working Set (blue), Working Set – Private...

Did you test you code with ASAN, TSAN under Linux with mimalloc disabled?

> Yep, with a fair mutex instead of std::mutex I get similar peak memory usage of ~50MB. I would be interested to know which fair mutex you use