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

Data Structure implementations. #6

Open
rphmeier opened this issue Oct 19, 2015 · 0 comments
Open

Data Structure implementations. #6

rphmeier opened this issue Oct 19, 2015 · 0 comments

Comments

@rphmeier
Copy link
Owner

Having the ability to allocate singular values is nice, but for users to get optimal use of allocators, they will undoubtedly want to have at the very least a Vec, and more likely even more data structures. It's unfortunate that those in the standard library aren't generic over the allocator like those in the c++ stl, since the interfaces will probably be either identical or very similar to facilitate ease-of-use. The only difference is that mutating calls that will reallocate have to be allowed to fail.

With that said, should these implementations reside in this crate or in another supplementary crate? Or, as a third option, users could be expected to implement them themselves as-needed.

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