I work on the Game Engine in Java and try to make the decision-making process for screen drawing the least amount of time. So I used a lot of HashTables nested in HashTables. I know this may be the wrong coding practice, but I really want to know if there is any nesting depth that will actually disrupt my program?
source
share