home.social

#dotmemory — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dotmemory, aggregated by home.social.

  1. I just want to point out to #dotnet folks doing performance profiling that #dotMemory and #dotTrace work great cross-platform.

  2. Ловушка бесконечно ленивого бассейна

    Нечасто встречаются истории, когда причины и следствия сплетаются в один клубок, связывающий проблемы и с памятью, и с CPU, и с тредпулом. А инструментально затрагивающие и пулы объектов, и Lazy, и работу с асинхронностью, и длительные вычисления. А ещё реже встречаются те, где всё это распутывается и исправляется буквально несколькими строчками кода.

    habr.com/ru/companies/skbkontu

    #net #c# #threadpool #c#net #производительность #dotmemory #performance

  3. I have just published packages for , , , and -cli, for .

    Previously packaged and , and things are looking promising for developing .NET on Guix.

    I probably won't have time to test it properly until January,

    Get some errors when trying Azure CLI, so I need to look closer into that.

    is notably missing, but I'm confused about Mono Project, fork and the .NET runtime mono repository.

    codeberg.org/simendsjo/dotfiles

  4. I’m reading up on profiling tools like #dotTrace and #dotMemory and realized that #dotnet and #csharp collection expressions might be the source of many performance headaches.

    The main reason is you can't specify a collection size, which means the underlying array will likely go through a few resizes.

  5. @tomap If you use #dotMemory and #dotTrace, you have access to in-code profiling. Check out the package below. There's also `dotnet-monitor` which is a global tool you can install.

    I prefer the package as it can be triggered by code logic.

    nuget.org/packages/JetBrains.P