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

The standard library currently does not provide an automatically expanding buffer #13

Open
hnsl opened this issue Oct 14, 2014 · 1 comment

Comments

@hnsl
Copy link
Owner

hnsl commented Oct 14, 2014

I have never had use for an automatically expanding buffer, e.g. a classic 2^n buffer that reallocates and copies its content if it needs to expand, because I always max allocate instead as I prefer code that is optimised for the worst case instead of the expected or best case. This doesn't mean that someone could find this useful and it's such a wildly adopted pattern that librcd should provide it.

@simonlindholm
Copy link
Contributor

Sort of the same as #8.

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

No branches or pull requests

2 participants