Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Use scapegoat tree #4

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

Use scapegoat tree #4

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 good first issue Good for newcomers labels May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant