Skip to content

Commit

Permalink
[sui framework] Added Linked Table (MystenLabs#7531)
Browse files Browse the repository at this point in the history
- Added a linked table type, where the nodes are connected by a doublly
linked list.
- Supporting an object variant of this table would be either
innefficient or a bit invasive, so it is not included in this PR
  • Loading branch information
tnowacki authored Jan 20, 2023
1 parent aee21c5 commit eb866de
Show file tree
Hide file tree
Showing 9 changed files with 1,236 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ expression: common_costs_estimate
---
{
"MergeCoin": {
"computation_cost": 7475,
"storage_cost": 10747,
"computation_cost": 7700,
"storage_cost": 11081,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 8334,
"storage_cost": 11950,
"computation_cost": 8560,
"storage_cost": 12284,
"storage_rebate": 0
},
"SharedCounterAssertValue": {
Expand All @@ -29,8 +29,8 @@ expression: common_costs_estimate
"storage_rebate": 0
},
"SplitCoin": {
"computation_cost": 7453,
"storage_cost": 10715,
"computation_cost": 7679,
"storage_cost": 11049,
"storage_rebate": 0
},
"TransferPortionSuiCoin": {
Expand Down
Loading

0 comments on commit eb866de

Please sign in to comment.