Maybe not that. But the silent generation onwards.
PlexSheep
joined 1 year ago
Those generations are common like that at least in Germany too. It's not as specific as you think. And even if it was then it's made up regardless so who cares. It's a useful concept.
This is true, but still: Ukraine is losing ground and we, the NATO member states and Europe, don't do enough to help them defend themselves and us by extension.
This was it
What is nfo
I think calling trumpists just right wing is an insult to sane right leaning people around the world.
Nah just use Unix time
I fucking love this picture
I love that app so much. My Amseln and Kohlmeisen are so sweet.
This but unironically, go democratic world federalism
view more: next ›
I have read papers for my bachelor's thesis that compared rust and c on x86-64 in terms of performance. It showed that C is a little or significantly faster, depending on the type of workload.
This is likely due to some runtime checks the rust compiler adds, and modified rust compilers that added less runtime checks led to about the same performance.
However, the performance is still very good for both languages (native machine code being executed), and in the same order of magnitude.
My own measurements for the armv6m architecture with an STM-32 showed that rust may even be faster in some cases, since the optimizing of the rust compiler was better, at least for that setup and for the CRC-32 algorithm.