Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple external macro file parsing #29

Open
Evpok opened this issue Dec 5, 2017 · 0 comments
Open

Decouple external macro file parsing #29

Evpok opened this issue Dec 5, 2017 · 0 comments
Assignees

Comments

@Evpok
Copy link
Owner

Evpok commented Dec 5, 2017

As of now, parsing external macro files to get their macros is done at each completion request, which is not efficient.

A better way would be to parse them once and cache the result. The cache might then be updated either lazily (at completion time) or eagerly (through a https://atom.io/docs/api/latest/File subscription).

@Evpok Evpok self-assigned this Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant