Skip to content

Commit 4e36025

Browse files
committed
signoff!: u128::ShiftLeft
BREAKING CHANGE: Remove the implementation of `DeprecatedSnippet` for `u128::shift_left::ShiftLeft`, implement `BasicSnippet` directly.
1 parent 5ccbad3 commit 4e36025

File tree

4 files changed

+132
-240
lines changed

4 files changed

+132
-240
lines changed

tasm-lib/benchmarks/tasmlib_arithmetic_u128_shift_left.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{
33
"name": "tasmlib_arithmetic_u128_shift_left",
44
"benchmark_result": {
5-
"clock_cycle_count": 33,
6-
"hash_table_height": 54,
7-
"u32_table_height": 70,
5+
"clock_cycle_count": 34,
6+
"hash_table_height": 48,
7+
"u32_table_height": 51,
88
"op_stack_table_height": 21,
99
"ram_table_height": 0
1010
},
@@ -13,10 +13,10 @@
1313
{
1414
"name": "tasmlib_arithmetic_u128_shift_left",
1515
"benchmark_result": {
16-
"clock_cycle_count": 178,
17-
"hash_table_height": 54,
18-
"u32_table_height": 165,
19-
"op_stack_table_height": 105,
16+
"clock_cycle_count": 65,
17+
"hash_table_height": 48,
18+
"u32_table_height": 79,
19+
"op_stack_table_height": 39,
2020
"ram_table_height": 0
2121
},
2222
"case": "WorstCase"

0 commit comments

Comments
 (0)