what is the tiny bit of non-germany that is left ?
Anh Kagi
[Il/Elle] C’est comme vous voulez, peu me chaud.
Adepte du je-m’en-foutisme.
#nobridge #nobot
- 0 Posts
- 16 Comments
actually this is not a sodimm, just a regular dimm 🤓
still i can relate
german have a word for that (?)
well, there is 🤡
according to godbolt: https://rust.godbolt.org/z/hP5Y3qMPW
use rand::random; pub fn main1() { let mut var : u128; loop { var = random(); } } pub fn main2() { loop { let var : u128 = random(); } }compiles to:
example::main1::h45edf333d7832d08: .Lfunc_begin8: sub rsp, 24 .LBB8_1: .Ltmp80: mov rax, qword ptr [rip + rand::random::he3c23ceb967a3e28@GOTPCREL] call rax mov qword ptr [rsp + 8], rdx mov qword ptr [rsp], rax jmp .LBB8_1 .Ltmp81: .Lfunc_end8: example::main2::h1a899b25b96d66db: .Lfunc_begin9: sub rsp, 24 .LBB9_1: .Ltmp82: mov rax, qword ptr [rip + rand::random::he3c23ceb967a3e28@GOTPCREL] call rax mov qword ptr [rsp + 8], rdx mov qword ptr [rsp], rax jmp .LBB9_1 .Ltmp83: .Lfunc_end9: jmp .LBB9_1So yeah, exactly the same thing.
I would say that they are equivalent. If I’m not mistaken,
letstatements only reserves space on the stack, and this only increments the stack register.And on the latter snippet, the compiler would certainly not bother to modify the stack pointer as the type doesn’t change.
So we’re just all part of a big family ?! 😲
Then water is even further above what we supposed.
water tastes better :/
Water is so far above everything else that EVERY SINGLE SODA is forced to add around 80% water.
This comment was made by the water gang.
TIL “The queen is not dead” is a reference to this album: https://spiritualfrontofficial.bandcamp.com/album/the-queen-is-not-dead
Anh Kagi@jlai.luto
Rust Programming@lemmy.ml•Question: How is hashbrown faster than the stdlib HashMap?
71·2 years agoI suppose it’s because the article you’re citing is from april 22nd, and that hashbrown has replaced old std hashmap in this commit, which hash been created on 24th.
I suppose (can’t test myself) that if you do the test now (hashbrown against std), the performance difference would be negligeable beacuse you would be testing roughly the same algorithms.
I already knew about the “photic sneeze reflex”, and I know someone who sneezes exactly 2 times when temperature changes (and very loudly), but not from mint afaik.






Even without considering the typos, the diagram is incomprehensible with all these arrows pointing in every direction and textboxes placed randomly. I had to look at the original to understand it.