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

use expandable ring buffer for history #52

Open
slingamn opened this issue Jan 17, 2024 · 1 comment
Open

use expandable ring buffer for history #52

slingamn opened this issue Jan 17, 2024 · 1 comment

Comments

@slingamn
Copy link
Member

The expandable ring buffer from #46 can replace container/list as the data structure for history. Just a nice-to-have.

@slingamn
Copy link
Member Author

slingamn commented Sep 8, 2024

Right now history.go and search.go save an pointer to the "current element" in the list (with respect to history iteration or search operations); this would have to be added to the ring buffer implementation.

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