Is it possible to iterate a ConcurrentHashMap without creating new objects?

前端 未结 0 798
感情败类
感情败类 2020-12-11 23:30

After profiling my android game, I notice an unusual amount of ConcurrentHashmaps generated during a simple iteration process that I call throughout the main game loop. The

相关标签:
回答
  • 消灭零回复
提交回复
热议问题