Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant