Without specifying a particular representation[0] on the struct you want to put in "permanent memory", this seems liable to break any time you recompile the code with different optimization flags, or with a newer or older compiler that may optimize differently, or even if you just change seemingly unrelated code that then triggers or de-triggers some optimization.[0] https://doc.rust-lang.org/reference/type-layout.html#represe...
conradev|2 years ago
I feel like it is the missing piece here because you could do hash table lookups in shared memory, too!
WirelessGigabit|2 years ago
o11c|2 years ago
kouteiheika|2 years ago
astrange|2 years ago
junon|2 years ago
graham_king_3|2 years ago