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

Implement SQL Backend #4

Open
chatziiola opened this issue Feb 17, 2023 · 0 comments
Open

Implement SQL Backend #4

chatziiola opened this issue Feb 17, 2023 · 0 comments

Comments

@chatziiola
Copy link
Owner

At this moment in time the only bottleneck in the package is the fact that, since it limits itself to file operations, it takes some time to open all lecture files in buffers and get the information required to open them.

This becomes obvious when comparing the time between the first time you call the driver function and the second time. In the second time (since all lecture files have already been opened in buffers), the prompt appears almost instantly.

One way to deal with this problem, and this is 100% inspired by org-roam, would be to have some database backend, from which I could read the data**

** While writing this i thought that a simple plain-text should suffice, if properly manipulated and standardized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant