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 Jan 9, 2023. It is now read-only.
Specifically the update function, how it's implemented in HeapSessionManager is much more readable and clear, and we can likely consolidate the logic into a single place.
At the minimum update StdVecSessionManager to mimic the style.
The text was updated successfully, but these errors were encountered:
I thought on this as well. I think we can go with HeapSessionManager. This has the same logic with some improvements. It uses the alloc crate, so it can be used in no_std and std environments.
I think a more contrast implementation would be having more static memory usage.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Specifically the
update
function, how it's implemented inHeapSessionManager
is much more readable and clear, and we can likely consolidate the logic into a single place.At the minimum update
StdVecSessionManager
to mimic the style.The text was updated successfully, but these errors were encountered: