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
Confirm this doesn't impact performance of reading / writing int keys to storage. It may be tricky to test / benchmark this, as code changes will be needed, to have a Key implementation with and without u128 support. This can be a one time benchmark, in a branch that we end up not merging to main, by example.
The text was updated successfully, but these errors were encountered:
maurolacy
changed the title
Benchmark Key performance
Benchmark integer Key performance
Mar 30, 2022
In CosmWasm/cw-plus#694 support for 128 bits integer keys was added.
There are some concerns with maximum integer key length, as it impacts all the int types.
Confirm this doesn't impact performance of reading / writing int keys to storage. It may be tricky to test / benchmark this, as code changes will be needed, to have a
Key
implementation with and withoutu128
support. This can be a one time benchmark, in a branch that we end up not merging to main, by example.The text was updated successfully, but these errors were encountered: