Skip to content

Commit

Permalink
signoff!: u64::div2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove the implementation of `DeprecatedSnippet` for
`u64::div2::Div2`, implement `BasicSnippet` directly.
  • Loading branch information
jan-ferdinand committed Dec 19, 2024
1 parent d66ac02 commit 0ea12d2
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 199 deletions.
4 changes: 2 additions & 2 deletions tasm-lib/benchmarks/tasmlib_arithmetic_u64_div2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "tasmlib_arithmetic_u64_div2",
"benchmark_result": {
"clock_cycle_count": 16,
"clock_cycle_count": 14,
"hash_table_height": 18,
"u32_table_height": 37,
"op_stack_table_height": 6,
Expand All @@ -13,7 +13,7 @@
{
"name": "tasmlib_arithmetic_u64_div2",
"benchmark_result": {
"clock_cycle_count": 16,
"clock_cycle_count": 14,
"hash_table_height": 18,
"u32_table_height": 72,
"op_stack_table_height": 6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "tasmlib_mmr_calculate_new_peaks_from_leaf_mutation",
"benchmark_result": {
"clock_cycle_count": 2267,
"clock_cycle_count": 2205,
"hash_table_height": 408,
"u32_table_height": 1077,
"op_stack_table_height": 1450,
Expand All @@ -13,7 +13,7 @@
{
"name": "tasmlib_mmr_calculate_new_peaks_from_leaf_mutation",
"benchmark_result": {
"clock_cycle_count": 4326,
"clock_cycle_count": 4202,
"hash_table_height": 594,
"u32_table_height": 1724,
"op_stack_table_height": 2824,
Expand Down
8 changes: 4 additions & 4 deletions tasm-lib/benchmarks/tasmlib_mmr_verify_from_memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"name": "tasmlib_mmr_verify_from_memory",
"benchmark_result": {
"clock_cycle_count": 1504,
"hash_table_height": 414,
"clock_cycle_count": 1442,
"hash_table_height": 408,
"u32_table_height": 1407,
"op_stack_table_height": 1160,
"ram_table_height": 160
Expand All @@ -13,8 +13,8 @@
{
"name": "tasmlib_mmr_verify_from_memory",
"benchmark_result": {
"clock_cycle_count": 2850,
"hash_table_height": 600,
"clock_cycle_count": 2726,
"hash_table_height": 594,
"u32_table_height": 1566,
"op_stack_table_height": 2224,
"ram_table_height": 315
Expand Down
Loading

0 comments on commit 0ea12d2

Please sign in to comment.