Skip to content

Commit

Permalink
[framework] Improves performance of BCS implementation (MystenLabs#5407)
Browse files Browse the repository at this point in the history
* patches Move implementation of BCS
  • Loading branch information
damirka authored Oct 23, 2022
1 parent 9b0ccfe commit 5dd4a1d
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 153 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ expression: common_costs_estimate
---
{
"MergeCoin": {
"computation_cost": 5443,
"storage_cost": 8034,
"computation_cost": 5460,
"storage_cost": 8058,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 5432,
"storage_cost": 7969,
"computation_cost": 5448,
"storage_cost": 7993,
"storage_rebate": 0
},
"SharedCounterAssertValue": {
Expand All @@ -29,8 +29,8 @@ expression: common_costs_estimate
"storage_rebate": 0
},
"SplitCoin": {
"computation_cost": 5422,
"storage_cost": 8001,
"computation_cost": 5438,
"storage_cost": 8026,
"storage_rebate": 0
},
"TransferPortionSuiCoin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ expression: common_costs_actual
---
{
"MergeCoin": {
"computation_cost": 657,
"computation_cost": 659,
"storage_cost": 32,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 714,
"computation_cost": 716,
"storage_cost": 83,
"storage_rebate": 0
},
Expand All @@ -29,7 +29,7 @@ expression: common_costs_actual
"storage_rebate": 15
},
"SplitCoin": {
"computation_cost": 785,
"computation_cost": 787,
"storage_cost": 80,
"storage_rebate": 0
},
Expand Down
Loading

0 comments on commit 5dd4a1d

Please sign in to comment.