vyeevani / llm_code_autocomplete

A collection of extensions to popular code editors that use open source autoregressive large language models as an autocompletion engine. Basically free GitHub copilot
0 stars 0 forks source link

Promise leaking #2

Closed vyeevani closed 2 years ago

vyeevani commented 2 years ago

There's too many promises that are being held. This would cause problems with memory leaks prolonged usage that isn't seen in these simple test. It would be a better model to only keep track of a single pending promise that fires once the previous promise fires.

vyeevani commented 2 years ago

No longer tracking this issue as #3 will make this useless.