Open dk1a opened 1 year ago
this issue kind of depends on having store finalized, like https://github.com/latticexyz/mud/pull/1061 https://github.com/latticexyz/mud/issues/1121 https://github.com/latticexyz/mud/issues/1130
As part of this, do we wanna also do some kind of benchmark/comparison with native solidity?
As part of this, do we wanna also do some kind of benchmark/comparison with native solidity?
would be nice, but it's not as useful for Store (since usually people don't use Store by itself), so this applies much more to World (TBD another issue)
Moving a couple items here from #444
isStore
method vs other methods to determine whether call is delegatecall
(see https://github.com/latticexyz/mud/pull/422#discussion_r1119462618) https://github.com/latticexyz/mud/pull/1061Storage.sol
(see https://github.com/latticexyz/mud/pull/422#discussion_r1119463039)Storage.load
(see https://github.com/latticexyz/mud/pull/422#discussion_r1119463126)(moved 2 world-related items from @alvrs's comment into https://github.com/latticexyz/mud/issues/1316)
Go through StoreCore and its dependencies, see what needs metrics and what can be optimized
(in approximate order of less to more dependencies)