mars-sim icon indicating copy to clipboard operation
mars-sim copied to clipboard

Reduce CPU utilization

Open mokun opened this issue 3 years ago • 0 comments

Describe the Improvement

  • Hunt down any method calls that utilize excessive resources
  • Optimize CPU utilization

Expected and unexpected behavior

  • Lower the % CPU utilization of the JVM task that hosts mars-sim on local machine

Java classes and methods involved

  • determineConstructionParts() in MaufactureConstructionMaterials
  • excessive calling of getAmountResourceRemainingCapacity() in EquipmentInventory
  • getAllConstructionStageInfoList() in ConstructionUtil

Screenshots image

image

image

image

Specifications

  • pre-3.4.0 build 7118

mokun avatar Aug 09 '22 06:08 mokun