tschuchort
03/12/2018, 1:30 PMEntry
objects stay valid when the backing map is modified? I want to hold on to the Entry
object so I don't have to access the map every time when all I need is that one entrykarelpeeters
03/12/2018, 3:19 PMtschuchort
03/12/2018, 4:17 PMkarelpeeters
03/12/2018, 4:18 PMtschuchort
03/12/2018, 5:50 PMEntry
can be cached, each subsequent access only costs an additional pointer dereference over a regular variablekarelpeeters
03/12/2018, 6:01 PM