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

Reference fixed-capacity-vec in your "Comparison" docs #22

Open
ijackson opened this issue Nov 25, 2024 · 0 comments
Open

Reference fixed-capacity-vec in your "Comparison" docs #22

ijackson opened this issue Nov 25, 2024 · 0 comments

Comments

@ijackson
Copy link

Hi. I saw your crate in TWIR. It looks like it fills a niche :-).

I noticed you have a "Comparison" section. I was wondering if you'd welcome an MR to your docs to link to fixed-capacity-vec. (Or would like to write such a link yourself.)

Certainly it seems like at least your crate or mine ought to have a discussion of heap-allocation-based types (like Vec, FixedCapacityVec) vs slice-backed types (with lifetime, eg your FixedSliceVec) vs on-stack types (ArrayVec).

LMK what you think. I'm happy to do wordsmithing etc.

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