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
Explore if replacing u64 values with Timepoints or u32 where possible is worth it.
u64
Timepoints
u32
u64 requires the value be stored on the host, where Timepoints and u32 can be stored in the WASM VM.
This also requires 22.0.4 for upgraded benchmarking ability.
22.0.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Explore if replacing
u64
values withTimepoints
oru32
where possible is worth it.u64
requires the value be stored on the host, whereTimepoints
andu32
can be stored in the WASM VM.This also requires
22.0.4
for upgraded benchmarking ability.The text was updated successfully, but these errors were encountered: