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

chore: use BTreeMap instead of HashMap for evaluations #68

Merged
merged 3 commits into from
Dec 31, 2024

Conversation

jonathanpwang
Copy link

@jonathanpwang jonathanpwang commented Dec 31, 2024

No behavior change.

Use BTreeMap instead of HashMap to avoid reliance on Rust std library's HashMap which uses randomness. This is more compatible with no_std environments.

Also some clippy formatting suggestions were applied.

To avoid use of std library `HashMap` for better `no_std` compatibility.
@jonathanpwang jonathanpwang merged commit 001b25e into zkvm-v0.1 Dec 31, 2024
2 checks passed
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 this pull request may close these issues.

1 participant