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
Hello, first of all, i'm new with rust, so i could miss some concept...
i have a MerkleTree in rust, and i was using the ethnum library.
the library was missing the Serialize/Deserialize, and your library is more complete. so i decided to switched.
Hello, first of all, i'm new with rust, so i could miss some concept...
i have a MerkleTree in rust, and i was using the ethnum library.
the library was missing the Serialize/Deserialize, and your library is more complete. so i decided to switched.
Just i was missing those function:
which i implemented that way:
Maybe it's because of those functions... (or something else ?) but my MerkleTree(16 floors) creation + insert 1 leaf went from ~6s to 19s...
Do you have any tips or advice to reduce this time ?
The text was updated successfully, but these errors were encountered: