[Improvement] Found out the bottleneck of `Configuration.get` and optimize it
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 298
Description
### What would you like to be improved?
When we try to call `Filesystem.get()`, most of the CPU times will be use `Configuration.get()`, this method should not take too much time.
### How should we improve?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.