Turiiya
Turiiya
Is it still happening when using the latest release binary?
Yep that's unlikely that the build command changes anything about the ram usage. As - just like Jalon explained - `-gc boehm` is the same as not adding any gc...
In which editor are you using v-analyzer? Might the memory usage be due to many spawned processes that were not ended when they should have been ended? The screenshots look...
Yes it's an issue with the core lib. I thought to include the reproduction in Go as it felt the simplest. The Idea was to close the window but to...
Yes Hide/Show would help. A useful functionality to have in general 👍. Additionally, a function to set the window as utility window would then help to fully achieve what is...
> - I suggest logic (JS) stays separate from presentation (HTML) and not inline the scripts within attributes of HTML elements. If this suggests not using `onclick` and use an...
Thanks for the effort @SteffenL. Seeing the benches, `getElementById` performs better than I remember. In terms of the example. It's comes down to preferences, I think. Then nuances and differentiation's...
Combining such old systems with modern tools is quite an experiment. The enterprises of those OSes marked them out of support and disrecommend using them for security reasons. It's not...
> What clang version are you using? Good question. 17. I tried to do a quick repro with 14 and 15, but didn't run into the error.
> Good, they keep improving the sanitizer. Perhaps we can switch to a newer version of wyrand? Yes, might be the way. Regarding the update of the wyrand implementation, I...