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

Remove mandatory dependency on hashbrown #45

Closed
Tracked by #51
matklad opened this issue Nov 29, 2021 · 1 comment · Fixed by #155
Closed
Tracked by #51

Remove mandatory dependency on hashbrown #45

matklad opened this issue Nov 29, 2021 · 1 comment · Fixed by #155

Comments

@matklad
Copy link
Contributor

matklad commented Nov 29, 2021

Currently borsh unconditionally pulls in hashbrown:

hashbrown = "0.9.1"

That's ungreat:

  • hash brown is a big dependency, so it imposes compilation time tax on consumers
  • hash brown is a public dependency, so it makes it harder to keep our own backwards compat promise
  • the particular version of hashbrown we use is quite old

cc #46

@frol
Copy link
Collaborator

frol commented Jun 22, 2023

Resolved with #155

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

Successfully merging a pull request may close this issue.

2 participants