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
When dumping the SDK, we may be able to shave more milliseconds by replacing Vecs, HashMaps, and Strings with stack allocated equivalents. We need to survey suitable stack collection crates.
When dumping the SDK, we may be able to shave more milliseconds by replacing
Vec
s,HashMap
s, andString
s with stack allocated equivalents. We need to survey suitable stack collection crates.Candidate crates:
https://lib.rs/crates/heapless
https://lib.rs/crates/arrayvec
https://lib.rs/crates/stackvector
The text was updated successfully, but these errors were encountered: