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

Replace InlineVec with SmallVec #43

Open
y21 opened this issue Aug 6, 2022 · 0 comments
Open

Replace InlineVec with SmallVec #43

y21 opened this issue Aug 6, 2022 · 0 comments

Comments

@y21
Copy link
Owner

y21 commented Aug 6, 2022

Currently tl implements its own "smallvec" kind of type that can store up to N elements on the stack and move it to the heap if the max stack capacity is reached. It used to be slightly different and have some specialized methods when this crate looked a lot different, but now I think SmallVec is pretty much a drop in replacement for this InlineVec type

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