[Improvement] Found out the bottleneck of Configuration.get
and optimize it
#6602
Labels
improvement
Improvements on everything
Configuration.get
and optimize it
#6602
What would you like to be improved?
When we try to call
Filesystem.get()
, most of the CPU times will be useConfiguration.get()
, this method should not take too much time.How should we improve?
No response
The text was updated successfully, but these errors were encountered: