We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the index cost is O(n) for POC level implement, we need to enhance this to O(1) to support more complicated scenarios.
O(n)
O(1)
However, this may need the following features forced enabled:
SizedString
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the index cost is
O(n)
for POC level implement, we need to enhance this toO(1)
to support more complicated scenarios.However, this may need the following features forced enabled:
SizedString
primitive with fixed number of Bytes32 #73The text was updated successfully, but these errors were encountered: