Skip to content

Commit 7e694a0

Browse files
committed
signoff!: u128::SafeMul
BREAKING CHANGE: Remove the implementation of `DeprecatedSnippet` for `u64::safe_mul::SafeMul`, implement `BasicSnippet` directly.
1 parent 75e7eeb commit 7e694a0

File tree

3 files changed

+262
-647
lines changed

3 files changed

+262
-647
lines changed

tasm-lib/benchmarks/tasmlib_arithmetic_u128_safe_mul.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
{
33
"name": "tasmlib_arithmetic_u128_safe_mul",
44
"benchmark_result": {
5-
"clock_cycle_count": 147,
6-
"hash_table_height": 144,
5+
"clock_cycle_count": 112,
6+
"hash_table_height": 102,
77
"u32_table_height": 146,
8-
"op_stack_table_height": 126,
8+
"op_stack_table_height": 92,
99
"ram_table_height": 0
1010
},
1111
"case": "CommonCase"
1212
},
1313
{
1414
"name": "tasmlib_arithmetic_u128_safe_mul",
1515
"benchmark_result": {
16-
"clock_cycle_count": 147,
17-
"hash_table_height": 144,
16+
"clock_cycle_count": 112,
17+
"hash_table_height": 102,
1818
"u32_table_height": 164,
19-
"op_stack_table_height": 126,
19+
"op_stack_table_height": 92,
2020
"ram_table_height": 0
2121
},
2222
"case": "WorstCase"

0 commit comments

Comments
 (0)