[-] Duralf@lemmy.world 3 points 6 months ago

I thought most of it was stock options?

[-] Duralf@lemmy.world 5 points 9 months ago

It's because they don't put work on them.

[-] Duralf@lemmy.world 1 points 10 months ago

Fair enough, I do love being contrarian

[-] Duralf@lemmy.world 1 points 10 months ago

Asphalt is definitely a carbon sink though since it's a petroleum product!

[-] Duralf@lemmy.world 3 points 10 months ago

Even in C this is possible. Just wrap the float or whatever in a struct and all implicit conversions will be gone.

[-] Duralf@lemmy.world 4 points 1 year ago

Atomic instructions are quite slow and if they run a lot... Rust has two types of reference counted pointer for that reason. One that has atomic reference counting for multithreaded code and one non-atomic for single threaded. Reference counting is usually overkill in the first place and can be a sign that your code doesn't have proper ownership.

view more: ‹ prev next ›

Duralf

joined 1 year ago