Skip to content

Commit 93ae0d4

Browse files
committed
signoff!: u128::ShiftRight
BREAKING CHANGE: Remove the implementation of `DeprecatedSnippet` for `u128::shift_right::ShiftRight`, implement `BasicSnippet` directly.
1 parent c47b92b commit 93ae0d4

File tree

3 files changed

+137
-236
lines changed

3 files changed

+137
-236
lines changed

tasm-lib/benchmarks/tasmlib_arithmetic_u128_shift_right.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
{
33
"name": "tasmlib_arithmetic_u128_shift_right",
44
"benchmark_result": {
5-
"clock_cycle_count": 51,
6-
"hash_table_height": 72,
5+
"clock_cycle_count": 36,
6+
"hash_table_height": 48,
77
"u32_table_height": 46,
8-
"op_stack_table_height": 31,
8+
"op_stack_table_height": 23,
99
"ram_table_height": 0
1010
},
1111
"case": "CommonCase"
1212
},
1313
{
1414
"name": "tasmlib_arithmetic_u128_shift_right",
1515
"benchmark_result": {
16-
"clock_cycle_count": 250,
17-
"hash_table_height": 72,
18-
"u32_table_height": 69,
19-
"op_stack_table_height": 145,
16+
"clock_cycle_count": 67,
17+
"hash_table_height": 48,
18+
"u32_table_height": 42,
19+
"op_stack_table_height": 41,
2020
"ram_table_height": 0
2121
},
2222
"case": "WorstCase"

0 commit comments

Comments
 (0)