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

Use scapegoat tree #1

Open
GrandChaman opened this issue May 3, 2021 · 0 comments
Open

Use scapegoat tree #1

GrandChaman opened this issue May 3, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@GrandChaman
Copy link
Member

In many places of this project, there's heavy use of the BTreeMap from rust collection.

The scapegoat crate could help with performance by using stack allocated array for small maps.

The API of the crates looks very similar to BTreeMap's one, it shouldn't be too difficult to make the switch.

@GrandChaman GrandChaman added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers and removed help wanted Extra attention is needed labels May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant