Do Small Memory Leaks Matter Anymore?

后端 未结 17 952
春和景丽
春和景丽 2021-02-01 04:03

With RAM typically in the Gigabytes on all PC\'s now, should I be spending time hunting down all the small (non-growing) memory leaks that may be in my program? I\'m talking abo

17条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 04:49

    Yes. Leaks matter. If your apps runs 24x7x365 and handles a few thousands transactions per second, a few bytes turns into gigabytes rapidly.

提交回复
热议问题