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
Key allows us to do things we couldn't do well earlier because we have a database which allows for sorting and summarizing.
An example is something I did a long time ago where I simply counted two things:
This produced an interest table of data:
From this we can see that very few addresses produce the VAST number of appearances. 2% of the addresses produce nearly 80% of the appearances.
I suspect that most people think this is true, but this clearly shows how severe this is.
It matters because I suspect that this is also true of the size of the state stored on-chain and we could a similar study for that.
It would also be interesting to look much more deeply at smart contract vs. non-smart-contract.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Key allows us to do things we couldn't do well earlier because we have a database which allows for sorting and summarizing.
An example is something I did a long time ago where I simply counted two things:
This produced an interest table of data:
From this we can see that very few addresses produce the VAST number of appearances. 2% of the addresses produce nearly 80% of the appearances.
I suspect that most people think this is true, but this clearly shows how severe this is.
It matters because I suspect that this is also true of the size of the state stored on-chain and we could a similar study for that.
It would also be interesting to look much more deeply at smart contract vs. non-smart-contract.
The text was updated successfully, but these errors were encountered: