Its faster get/set from global/local variables than get/set from dicctionary?
Im working on a android app and in some cases i must access to values that are in a dicctionary every frame, but these values are changed on events (that are not called every frame necesarily) so i dont know if its better call directly the dicctionary value every frame or put the value into a variable in the event.