The Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 个月前Making a difference, one date at a time.lemmy.worldimagemessage-square112fedilinkarrow-up11K
arrow-up11KimageMaking a difference, one date at a time.lemmy.worldThe Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 个月前message-square112fedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·1 个月前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.
minus-squarethebestaquaman@lemmy.worldlinkfedilinkarrow-up1·1 个月前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.
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.