iipeace / guider

A Practically Applicable Performance Analyzer for Real Product Development
https://iipeace.github.io/docs/guider.html
GNU General Public License v2.0
629 stars 92 forks source link

Reconsider “import gc” #280

Open elfring opened 3 years ago

elfring commented 3 years ago

The software development environment “Eric 21.1” pointed out that the imported module “gc” would not be used so far. How do you think about to delete the corresponding statement? :thinking:

iipeace commented 3 years ago

gc module is not used yet, but I am considering it's usage to free memory as soon as possible after making temporary caches much.