We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A ring buffer should write around the "edge" of the buffer. Zed's RingBuffer merely resets once it is empty.
Consider renaming to FancyBuffer or AdvancedBuffer, or change the implementation to write around the edge.
The text was updated successfully, but these errors were encountered:
I should have checked here hours ago - I thought I was crazy or that there was some memcpy magic i didn't understand.
Sorry, something went wrong.
No branches or pull requests
A ring buffer should write around the "edge" of the buffer. Zed's RingBuffer merely resets once it is empty.
Consider renaming to FancyBuffer or AdvancedBuffer, or change the implementation to write around the edge.
The text was updated successfully, but these errors were encountered: