Alpha Branch/High scores: Difference between revisions

From Turing Complete
(Fixed Saving Gracefully delay)
(Better divide score)
 
(10 intermediate revisions by 4 users not shown)
Line 5: Line 5:
!Ticks
!Ticks
!Score
!Score
!User
!Confirmed by
!Comment
|-
|-
|XOR Gate
|XOR Gate
|3||2||-||6||---
|3||2||-||6||---
|Identical to stable
|-
|-
|XNOR Gate
|XNOR Gate
Line 16: Line 18:
|6
|6
| ---
| ---
|Identical to stable
|-
|-
|Full Adder
|Full Adder
Line 23: Line 26:
|28
|28
| ---
| ---
|Identical to stable
|-
|-
|Adding Bytes
|Adding Bytes
|107||6||-||642||Gelthor
|181
|4
| -
|724
|mixal
|
|-
|Adding Bytes
|112
|5
| -
|560
|mixal
|
|-
|Adding Bytes
|90||6||-||540||mixal
|
|-
|Adding Bytes
|79
|7
| -
|553
|c_user
|
|-
|Adding Bytes
|74
|8
| -
|592
|c_user
|Identical to stable
|-
|Adding Bytes
|71
|9
| -
|639
|c_user
|
|-
|-
|Multiplexer
|Multiplexer
Line 33: Line 78:
|66
|66
| ---
| ---
|Identical to stable
|-
|Multiplexer
|25
|3
| -
|75
| ---
|
|-
|-
|Saving Gracefully
|Saving Gracefully
Line 40: Line 94:
|60
|60
| ---
| ---
|
|-
|-
|Signed Negator
|Signed Negator
|30
|24
|9
|5
| -
| -
|270
|120
|Micha_i
|PleegWat
|Identical to stable
|-
|-
|Saving Bytes
|Saving Bytes
|80
|73
|2
|6
| -
| -
|160
|438
|Micha_i
|PleegWat
|
|-
|-
|2 Bit Decoder
|2 Bit Decoder
|6
|4
|2
|2
| -
| -
|12
|8
| ---
| ---
|Identical to stable
|-
|-
|3 Bit Decoder
|3 Bit Decoder
|17
|14
|2
|2
| -
| -
|34
|28
|Micha_i
| ---
|Identical to stable
|-
|-
|Little Box
|Little Box
|
|364
|
|8
| -
|2912
|c_user
|Identical to stable. 368/9 if optimized for size (16x16 or 25x10)
|-
|Counter
|103
|8
| -
| -
|
|824
|
|c_user
|The stable score is akin to a /9, just need to port it
|-
|-
|Counter
|Counter
|95
|90
|10
|10
| -
| -
|950
|900
|Micha_i
|c_user
|
|-
|Equality
|38
|4
| -
|152
|c_user
|
|-
|-
|Equality
|Equality
Line 89: Line 166:
|155
|155
|Micha_i
|Micha_i
|
|-
|-
|Unsigned Less
|Unsigned Less
|62
|51
|5
|5
| -
| -
|310
|255
|Micha_i
|c_user
|
|-
|Unsigned Less
|44
|6
| -
|264
|c_user
|
|-
|Unsigned Less
|39
|7
| -
|273
|c_user
|
|-
|-
|Signed Less
|Signed Less
|62
|51
|5
|5
| -
| -
|310
|255
|Micha_i
|c_user
|Signed less and unsigned less have equivalent top scores
|-
|-
|Objective Beauty
|Objective Beauty
Line 110: Line 206:
|176
|176
|Micha_i
|Micha_i
|
|-
|Objective Beauty
|25
|5
| -
|125
|c_user
|
|-
|Objective Beauty
|35
|4
| -
|140
|c_user
|
|-
|-
|Shift
|Shift
|88
|72
|3
|3
| -
| -
|264
|216
|Micha_i
|c_user
|Identical to stable-ish
|-
|-
|Multiply
|Multiply
|198
|218
|21
|13
| -
| -
|4158
|2834
|Micha_i
|mixal
|
|-
|-
|Divide
|Divide
|701
|358
|13
|13
|10
|9
|91130
|41886
|Micha_i
|c_user
|
|-
|-
|Count Leading Zeros
|Count Leading Zeros
Line 138: Line 254:
|264
|264
|Micha_i
|Micha_i
|
|}
|}

Latest revision as of 12:49, 25 May 2025

Level Gates Delay Ticks Score Confirmed by Comment
XOR Gate 3 2 - 6 --- Identical to stable
XNOR Gate 3 2 - 6 --- Identical to stable
Full Adder 7 4 - 28 --- Identical to stable
Adding Bytes 181 4 - 724 mixal
Adding Bytes 112 5 - 560 mixal
Adding Bytes 90 6 - 540 mixal
Adding Bytes 79 7 - 553 c_user
Adding Bytes 74 8 - 592 c_user Identical to stable
Adding Bytes 71 9 - 639 c_user
Multiplexer 33 2 - 66 --- Identical to stable
Multiplexer 25 3 - 75 ---
Saving Gracefully 10 6 - 60 ---
Signed Negator 24 5 - 120 PleegWat Identical to stable
Saving Bytes 73 6 - 438 PleegWat
2 Bit Decoder 4 2 - 8 --- Identical to stable
3 Bit Decoder 14 2 - 28 --- Identical to stable
Little Box 364 8 - 2912 c_user Identical to stable. 368/9 if optimized for size (16x16 or 25x10)
Counter 103 8 - 824 c_user The stable score is akin to a /9, just need to port it
Counter 90 10 - 900 c_user
Equality 38 4 - 152 c_user
Equality 31 5 - 155 Micha_i
Unsigned Less 51 5 - 255 c_user
Unsigned Less 44 6 - 264 c_user
Unsigned Less 39 7 - 273 c_user
Signed Less 51 5 - 255 c_user Signed less and unsigned less have equivalent top scores
Objective Beauty 22 8 - 176 Micha_i
Objective Beauty 25 5 - 125 c_user
Objective Beauty 35 4 - 140 c_user
Shift 72 3 - 216 c_user Identical to stable-ish
Multiply 218 13 - 2834 mixal
Divide 358 13 9 41886 c_user
Count Leading Zeros 44 6 - 264 Micha_i