|
|
|
|
|
by boustrophedon
892 days ago
|
|
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... |
|
I feel like it is the missing piece here because you could do hash table lookups in shared memory, too!