I want to create an efficient 2D map data structure in python. The emphasis is on efficiency here. The naive solution I was thinking of is a list of list approach. Problem h