erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.62k stars 54 forks source link

Add `FileCache` #391

Closed mtshiba closed 1 year ago

mtshiba commented 1 year ago

Implement a file cache, mainly for ELS.

This improves file IO, as well as the speed and accuracy of completion.