mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-03 10:34:24 +00:00
Provide illustration for scaling use case
This commit is contained in:
parent
7046c02cd6
commit
ddd2525792
@ -259,7 +259,7 @@ This inline `supportsInterface` function uses `pure` mutability. The significanc
|
||||
|
||||
**Gas and complexity**
|
||||
|
||||
This specification contemplates contracts managing few and *many* deeds. Specifically, we note that a large contract, initially with `N` deeds owned by the contract owner, can be deployed with `O(1)` gas. All functions in the baseline and extension specifications can be implemented with `O(1)` gas and `O(Deed Count)` storage.
|
||||
This specification contemplates contracts managing few and *many* deeds. Specifically, we note that a large contract, initially with `N` deeds owned by the contract owner, can be deployed with `O(1)` gas. All functions in the baseline and extension specifications can be implemented with `O(1)` gas and `O(Deed Count)` storage. We have an implementation with 1 billion deployed deeds on testnet.
|
||||
|
||||
**Accountability**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user