The Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 day agoMaking a difference, one date at a time.lemmy.worldimagemessage-square104linkfedilinkarrow-up1931arrow-down112
arrow-up1919arrow-down1imageMaking a difference, one date at a time.lemmy.worldThe Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 day agomessage-square104linkfedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·12 hours agocan’t a jit move things around enough that a linked list could be transformed into a memory-backed array if the access pattern requires it.
minus-squarethebestaquaman@lemmy.worldlinkfedilinkarrow-up1·10 hours agoSure it can, as long as it retains behaviour according to whatever standard it needs to comply to. My point was rather that I would be very surprised if the actual implementation (at memory level) was a linked list.
can’t a jit move things around enough that a linked list could be transformed into a memory-backed array if the access pattern requires it.
Sure it can, as long as it retains behaviour according to whatever standard it needs to comply to. My point was rather that I would be very surprised if the actual implementation (at memory level) was a linked list.