Sebastian Schöner
@sschoener.bsky.social
660 followers 50 following 290 posts
Programming! - previously at Epic Games, Unity Technologies, Paradox Dev Studios https://blog.s-schoener.com
Posts Media Videos Starter Packs
sschoener.bsky.social
There are plenty of cases where Windows will actually stop you from deleting a file while it is in use. Try deleting a DLL that's loaded into a process, for example.

But to be very precise, the entire post shows that Windows doesn't actually stop you very much, so I also disagree with it :)
sschoener.bsky.social
Removing the API isn't the only option. It could be marked deprecated, it could get an API upgrader. The upgrade wouldn't Remove the allocation, but it could clearly tell people "this is more expensive than you think."
sschoener.bsky.social
That's sort of the thing: when you DO need it, then it's obvious that async/await is a *really* effective design.
sschoener.bsky.social
Yes! The ability to just write a TODO frees up your mind to write the thing that actually matters today.
sschoener.bsky.social
*completely unrelated to this*, but since this is an opportunity: I'm currently doing a bunch of work with OpenUSD! Thanks for your work on this!
sschoener.bsky.social
Thanks! Yes, I think that point is totally debatable. I especially don't think it's *only* for executives. It's more a reminder that a lot of actions from executives really make sense when you see them through that lense (instead of "they are actually insane"). :)
sschoener.bsky.social
I've updated the post to include your numbers for easier reference in future. (I had 4 people reach out about raddbg separately; felt right to make sure the numbers are somewhere you can link to.) Thanks again!
sschoener.bsky.social
Thank you, that's excellent! Neat trick about sorting the floats. I've added a back link to your post for easier reference in future.
sschoener.bsky.social
Nice, thank you! That's fantastic. Interesting to see the speed-up on O2 clang as well!
sschoener.bsky.social
Ah, yeah, makes sense. I started out with two copies of the code and then later turned it into a single one with a template for publication. Should have done a final careful check, thank you! Will update :)
sschoener.bsky.social
Good find! Thank you. Is that with Clang or with MSVC?