What is Boilerplate code, Hot code and Hot spots?

前端 未结 5 904
無奈伤痛
無奈伤痛 2020-12-01 15:11

I know these terms are used in context of performance achievement/optimization.

Recently have been working on that, and have tried searching; but didn\'t get any e

5条回答
  •  醉梦人生
    2020-12-01 15:41

    Boilerplate code

    "hot code" is scalable well written code

    "hot spots" are an area of intense activity. They're hot spots because they're frequently executed code.

提交回复
热议问题