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

Change Content::Map to use linked_hash_map #269

Open
mitsuhiko opened this issue Aug 8, 2022 · 0 comments
Open

Change Content::Map to use linked_hash_map #269

mitsuhiko opened this issue Aug 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mitsuhiko
Copy link
Owner

Now that we already use linked_hash_map it should be possible to replace the use of Vec<(Content, Content)> with LinkedHashMap<Key<'static>, Content>. The Key type for that would probably have to hold a Cow in a few more places for this to work.

@mitsuhiko mitsuhiko added the enhancement New feature or request label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant