Stefano Cristiano
pagghiu.bsky.social
Stefano Cristiano
@pagghiu.bsky.social
Principal Research Scientist@NVIDIA
(Omniverse Physics)
Author of "Sane C++ Libraries"
https://github.com/Pagghiu/SaneCppLibraries
Videos: https://youtube.com/@Pagghiu
Site: https://pagghiu.github.io
Opinions are my own.
Of course I would only vibe-code Sane C++ Libraries!
August 30, 2025 at 9:46 PM
I wonder if I should capitalize on this by distributing them as isolated single file libraries...
July 23, 2025 at 8:21 PM
std::launder is so 2024
April 5, 2025 at 11:07 AM
This is going to be hard!

Fun fact: I was just incidentally thinking right now about using thread_local static to store a memory allocator.
March 18, 2025 at 9:46 PM
I have been slapping volatile where I think it makes sense to force the optimizer think twice about making weird assumptions around that code.
Hopefully this will not be so bad performance wise.
I could maybe replace that offset == 0 conditional with some branchless code to improve things further...
March 17, 2025 at 11:14 PM