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 a CircularBuffer #4911

Closed
Amxx opened this issue Feb 19, 2024 · 0 comments · Fixed by #4913
Closed

Implement a CircularBuffer #4911

Amxx opened this issue Feb 19, 2024 · 0 comments · Fixed by #4913

Comments

@Amxx
Copy link
Collaborator

Amxx commented Feb 19, 2024

A circular buffer was initialy part of MerkleTree (#3617). This was removed, leaving the developper free to use any history-tracking structure they want.

We should implement a CircularBuffer, which could be used in conjunction with MerkleTree, of for any other usecase.

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

Successfully merging a pull request may close this issue.

1 participant