You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: