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
Smt::sorted_pairs_to_leaves function uses a current_leaf_buffer vector to track key-value pairs corresponding to a single leaf. Consider refactoring this logic to use an enum as a buffer to improve performance.
Smt::sorted_pairs_to_leaves
function uses acurrent_leaf_buffer
vector to track key-value pairs corresponding to a single leaf. Consider refactoring this logic to use an enum as a buffer to improve performance.(from #341 comment)
The text was updated successfully, but these errors were encountered: