1.1.0 • Published 3 years ago

git3-evm-large-storage v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

evm-large-storage

The repo offers a gas-efficient large-object key-value store using contract code as storage space. It also provides CRUD semantics to get/put/remove the entries in the store.

Gas Comparison

1k4k8k12k
Local storage (get)96212310514596473882688
Local storage (put)771051294913258532958757522
Code storage (get)30502 (1/3.15x)38987 (1/7.96x)50525 (1/11.8x)62319 (1 / 14.1x)
Code storage (put)387383 (1/ 2x)1128673 (1/2.61x)2117788 (1/2.76x)3104698 (1 / 2.82x)

Deployment on Rinkeby

1.1.0

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago