@hed-hog/catalog 0.0.299 → 0.0.301

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,202 +1,202 @@
1
- - code: chipset
2
- slug: chipset
3
- name: Chipset
4
- description: GPU family or silicon generation used by the graphics card.
5
- data_type: text
6
- comparison_mode: exact_match
7
- group_name: GPU Core
8
- is_filterable: true
9
- is_sortable: false
10
- is_comparable: true
11
- is_required_default: true
12
- status: active
13
- display_order: 10
14
-
15
- - code: vram_gb
16
- slug: vram-gb
17
- name: VRAM
18
- description: Total dedicated graphics memory capacity.
19
- data_type: number
20
- unit: GB
21
- comparison_mode: higher_better
22
- group_name: Memory
23
- is_filterable: true
24
- is_sortable: true
25
- is_comparable: true
26
- is_required_default: true
27
- status: active
28
- display_order: 20
29
-
30
- - code: memory_type
31
- slug: memory-type
32
- name: Memory Type
33
- description: Graphics memory generation used by the card.
34
- data_type: option
35
- comparison_mode: exact_match
36
- group_name: Memory
37
- is_filterable: true
38
- is_sortable: false
39
- is_comparable: true
40
- is_required_default: true
41
- status: active
42
- display_order: 30
43
-
44
- - code: memory_bus_bits
45
- slug: memory-bus-bits
46
- name: Memory Bus
47
- description: Total width of the graphics memory bus.
48
- data_type: number
49
- unit: bits
50
- comparison_mode: higher_better
51
- group_name: Memory
52
- is_filterable: true
53
- is_sortable: true
54
- is_comparable: true
55
- is_required_default: false
56
- status: active
57
- display_order: 40
58
-
59
- - code: boost_clock_mhz
60
- slug: boost-clock-mhz
61
- name: Boost Clock
62
- description: Peak advertised boost frequency for the graphics processor.
63
- data_type: number
64
- unit: MHz
65
- comparison_mode: higher_better
66
- group_name: GPU Core
67
- is_filterable: true
68
- is_sortable: true
69
- is_comparable: true
70
- is_required_default: false
71
- status: active
72
- display_order: 50
73
-
74
- - code: tdp_w
75
- slug: tdp-w
76
- name: TDP
77
- description: Estimated thermal design power under sustained load.
78
- data_type: number
79
- unit: W
80
- comparison_mode: lower_better
81
- group_name: Power
82
- is_filterable: true
83
- is_sortable: true
84
- is_comparable: true
85
- is_required_default: false
86
- status: active
87
- display_order: 60
88
-
89
- - code: length_mm
90
- slug: length-mm
91
- name: Card Length
92
- description: Physical length used to check cabinet compatibility.
93
- data_type: number
94
- unit: mm
95
- comparison_mode: lower_better
96
- group_name: Dimensions
97
- is_filterable: true
98
- is_sortable: true
99
- is_comparable: true
100
- is_required_default: false
101
- status: active
102
- display_order: 70
103
-
104
- - code: ray_tracing
105
- slug: ray-tracing
106
- name: Ray Tracing
107
- description: Indicates whether the GPU supports hardware accelerated ray tracing.
108
- data_type: boolean
109
- comparison_mode: boolean_true_better
110
- group_name: Features
111
- is_filterable: true
112
- is_sortable: false
113
- is_comparable: true
114
- is_required_default: false
115
- status: active
116
- display_order: 80
117
-
118
- - code: cores
119
- slug: cores
120
- name: Cores
121
- description: Total number of physical CPU cores.
122
- data_type: number
123
- comparison_mode: higher_better
124
- group_name: Compute
125
- is_filterable: true
126
- is_sortable: true
127
- is_comparable: true
128
- is_required_default: true
129
- status: active
130
- display_order: 110
131
-
132
- - code: threads
133
- slug: threads
134
- name: Threads
135
- description: Total number of simultaneous CPU threads.
136
- data_type: number
137
- comparison_mode: higher_better
138
- group_name: Compute
139
- is_filterable: true
140
- is_sortable: true
141
- is_comparable: true
142
- is_required_default: true
143
- status: active
144
- display_order: 120
145
-
146
- - code: base_clock_ghz
147
- slug: base-clock-ghz
148
- name: Base Clock
149
- description: Guaranteed nominal operating frequency.
150
- data_type: number
151
- unit: GHz
152
- comparison_mode: higher_better
153
- group_name: Clocks
154
- is_filterable: true
155
- is_sortable: true
156
- is_comparable: true
157
- is_required_default: false
158
- status: active
159
- display_order: 130
160
-
161
- - code: boost_clock_ghz
162
- slug: boost-clock-ghz
163
- name: Boost Clock
164
- description: Maximum advertised turbo frequency.
165
- data_type: number
166
- unit: GHz
167
- comparison_mode: higher_better
168
- group_name: Clocks
169
- is_filterable: true
170
- is_sortable: true
171
- is_comparable: true
172
- is_required_default: false
173
- status: active
174
- display_order: 140
175
-
176
- - code: socket
177
- slug: socket
178
- name: Socket
179
- description: Motherboard socket required by the processor.
180
- data_type: option
181
- comparison_mode: exact_match
182
- group_name: Platform
183
- is_filterable: true
184
- is_sortable: false
185
- is_comparable: true
186
- is_required_default: true
187
- status: active
188
- display_order: 150
189
-
190
- - code: integrated_graphics
191
- slug: integrated-graphics
192
- name: Integrated Graphics
193
- description: Indicates whether the CPU includes an onboard GPU.
194
- data_type: boolean
195
- comparison_mode: boolean_true_better
196
- group_name: Features
197
- is_filterable: true
198
- is_sortable: false
199
- is_comparable: true
200
- is_required_default: false
201
- status: active
202
- display_order: 160
1
+ - code: chipset
2
+ slug: chipset
3
+ name: Chipset
4
+ description: GPU family or silicon generation used by the graphics card.
5
+ data_type: text
6
+ comparison_mode: exact_match
7
+ group_name: GPU Core
8
+ is_filterable: true
9
+ is_sortable: false
10
+ is_comparable: true
11
+ is_required_default: true
12
+ status: active
13
+ display_order: 10
14
+
15
+ - code: vram_gb
16
+ slug: vram-gb
17
+ name: VRAM
18
+ description: Total dedicated graphics memory capacity.
19
+ data_type: number
20
+ unit: GB
21
+ comparison_mode: higher_better
22
+ group_name: Memory
23
+ is_filterable: true
24
+ is_sortable: true
25
+ is_comparable: true
26
+ is_required_default: true
27
+ status: active
28
+ display_order: 20
29
+
30
+ - code: memory_type
31
+ slug: memory-type
32
+ name: Memory Type
33
+ description: Graphics memory generation used by the card.
34
+ data_type: option
35
+ comparison_mode: exact_match
36
+ group_name: Memory
37
+ is_filterable: true
38
+ is_sortable: false
39
+ is_comparable: true
40
+ is_required_default: true
41
+ status: active
42
+ display_order: 30
43
+
44
+ - code: memory_bus_bits
45
+ slug: memory-bus-bits
46
+ name: Memory Bus
47
+ description: Total width of the graphics memory bus.
48
+ data_type: number
49
+ unit: bits
50
+ comparison_mode: higher_better
51
+ group_name: Memory
52
+ is_filterable: true
53
+ is_sortable: true
54
+ is_comparable: true
55
+ is_required_default: false
56
+ status: active
57
+ display_order: 40
58
+
59
+ - code: boost_clock_mhz
60
+ slug: boost-clock-mhz
61
+ name: Boost Clock
62
+ description: Peak advertised boost frequency for the graphics processor.
63
+ data_type: number
64
+ unit: MHz
65
+ comparison_mode: higher_better
66
+ group_name: GPU Core
67
+ is_filterable: true
68
+ is_sortable: true
69
+ is_comparable: true
70
+ is_required_default: false
71
+ status: active
72
+ display_order: 50
73
+
74
+ - code: tdp_w
75
+ slug: tdp-w
76
+ name: TDP
77
+ description: Estimated thermal design power under sustained load.
78
+ data_type: number
79
+ unit: W
80
+ comparison_mode: lower_better
81
+ group_name: Power
82
+ is_filterable: true
83
+ is_sortable: true
84
+ is_comparable: true
85
+ is_required_default: false
86
+ status: active
87
+ display_order: 60
88
+
89
+ - code: length_mm
90
+ slug: length-mm
91
+ name: Card Length
92
+ description: Physical length used to check cabinet compatibility.
93
+ data_type: number
94
+ unit: mm
95
+ comparison_mode: lower_better
96
+ group_name: Dimensions
97
+ is_filterable: true
98
+ is_sortable: true
99
+ is_comparable: true
100
+ is_required_default: false
101
+ status: active
102
+ display_order: 70
103
+
104
+ - code: ray_tracing
105
+ slug: ray-tracing
106
+ name: Ray Tracing
107
+ description: Indicates whether the GPU supports hardware accelerated ray tracing.
108
+ data_type: boolean
109
+ comparison_mode: boolean_true_better
110
+ group_name: Features
111
+ is_filterable: true
112
+ is_sortable: false
113
+ is_comparable: true
114
+ is_required_default: false
115
+ status: active
116
+ display_order: 80
117
+
118
+ - code: cores
119
+ slug: cores
120
+ name: Cores
121
+ description: Total number of physical CPU cores.
122
+ data_type: number
123
+ comparison_mode: higher_better
124
+ group_name: Compute
125
+ is_filterable: true
126
+ is_sortable: true
127
+ is_comparable: true
128
+ is_required_default: true
129
+ status: active
130
+ display_order: 110
131
+
132
+ - code: threads
133
+ slug: threads
134
+ name: Threads
135
+ description: Total number of simultaneous CPU threads.
136
+ data_type: number
137
+ comparison_mode: higher_better
138
+ group_name: Compute
139
+ is_filterable: true
140
+ is_sortable: true
141
+ is_comparable: true
142
+ is_required_default: true
143
+ status: active
144
+ display_order: 120
145
+
146
+ - code: base_clock_ghz
147
+ slug: base-clock-ghz
148
+ name: Base Clock
149
+ description: Guaranteed nominal operating frequency.
150
+ data_type: number
151
+ unit: GHz
152
+ comparison_mode: higher_better
153
+ group_name: Clocks
154
+ is_filterable: true
155
+ is_sortable: true
156
+ is_comparable: true
157
+ is_required_default: false
158
+ status: active
159
+ display_order: 130
160
+
161
+ - code: boost_clock_ghz
162
+ slug: boost-clock-ghz
163
+ name: Boost Clock
164
+ description: Maximum advertised turbo frequency.
165
+ data_type: number
166
+ unit: GHz
167
+ comparison_mode: higher_better
168
+ group_name: Clocks
169
+ is_filterable: true
170
+ is_sortable: true
171
+ is_comparable: true
172
+ is_required_default: false
173
+ status: active
174
+ display_order: 140
175
+
176
+ - code: socket
177
+ slug: socket
178
+ name: Socket
179
+ description: Motherboard socket required by the processor.
180
+ data_type: option
181
+ comparison_mode: exact_match
182
+ group_name: Platform
183
+ is_filterable: true
184
+ is_sortable: false
185
+ is_comparable: true
186
+ is_required_default: true
187
+ status: active
188
+ display_order: 150
189
+
190
+ - code: integrated_graphics
191
+ slug: integrated-graphics
192
+ name: Integrated Graphics
193
+ description: Indicates whether the CPU includes an onboard GPU.
194
+ data_type: boolean
195
+ comparison_mode: boolean_true_better
196
+ group_name: Features
197
+ is_filterable: true
198
+ is_sortable: false
199
+ is_comparable: true
200
+ is_required_default: false
201
+ status: active
202
+ display_order: 160
@@ -1,109 +1,109 @@
1
- - attribute_id:
2
- where:
3
- code: memory_type
4
- slug: gddr6
5
- label: GDDR6
6
- option_value: GDDR6
7
- normalized_value: gddr6
8
- sort_order: 10
9
- status: active
10
- is_default: false
11
-
12
- - attribute_id:
13
- where:
14
- code: memory_type
15
- slug: gddr6x
16
- label: GDDR6X
17
- option_value: GDDR6X
18
- normalized_value: gddr6x
19
- sort_order: 20
20
- status: active
21
- is_default: false
22
-
23
- - attribute_id:
24
- where:
25
- code: memory_type
26
- slug: gddr7
27
- label: GDDR7
28
- option_value: GDDR7
29
- normalized_value: gddr7
30
- sort_order: 30
31
- status: active
32
- is_default: false
33
-
34
- - attribute_id:
35
- where:
36
- code: memory_type
37
- slug: hbm3
38
- label: HBM3
39
- option_value: HBM3
40
- normalized_value: hbm3
41
- sort_order: 40
42
- status: active
43
- is_default: false
44
-
45
- - attribute_id:
46
- where:
47
- code: memory_type
48
- slug: hbm3e
49
- label: HBM3E
50
- option_value: HBM3E
51
- normalized_value: hbm3e
52
- sort_order: 50
53
- status: active
54
- is_default: false
55
-
56
- - attribute_id:
57
- where:
58
- code: socket
59
- slug: am4
60
- label: AM4
61
- option_value: AM4
62
- normalized_value: am4
63
- sort_order: 10
64
- status: active
65
- is_default: false
66
-
67
- - attribute_id:
68
- where:
69
- code: socket
70
- slug: am5
71
- label: AM5
72
- option_value: AM5
73
- normalized_value: am5
74
- sort_order: 20
75
- status: active
76
- is_default: false
77
-
78
- - attribute_id:
79
- where:
80
- code: socket
81
- slug: lga1700
82
- label: LGA1700
83
- option_value: LGA1700
84
- normalized_value: lga1700
85
- sort_order: 30
86
- status: active
87
- is_default: false
88
-
89
- - attribute_id:
90
- where:
91
- code: socket
92
- slug: lga1851
93
- label: LGA1851
94
- option_value: LGA1851
95
- normalized_value: lga1851
96
- sort_order: 40
97
- status: active
98
- is_default: false
99
-
100
- - attribute_id:
101
- where:
102
- code: socket
103
- slug: str5
104
- label: sTR5
105
- option_value: sTR5
106
- normalized_value: str5
107
- sort_order: 50
108
- status: active
109
- is_default: false
1
+ - attribute_id:
2
+ where:
3
+ code: memory_type
4
+ slug: gddr6
5
+ label: GDDR6
6
+ option_value: GDDR6
7
+ normalized_value: gddr6
8
+ sort_order: 10
9
+ status: active
10
+ is_default: false
11
+
12
+ - attribute_id:
13
+ where:
14
+ code: memory_type
15
+ slug: gddr6x
16
+ label: GDDR6X
17
+ option_value: GDDR6X
18
+ normalized_value: gddr6x
19
+ sort_order: 20
20
+ status: active
21
+ is_default: false
22
+
23
+ - attribute_id:
24
+ where:
25
+ code: memory_type
26
+ slug: gddr7
27
+ label: GDDR7
28
+ option_value: GDDR7
29
+ normalized_value: gddr7
30
+ sort_order: 30
31
+ status: active
32
+ is_default: false
33
+
34
+ - attribute_id:
35
+ where:
36
+ code: memory_type
37
+ slug: hbm3
38
+ label: HBM3
39
+ option_value: HBM3
40
+ normalized_value: hbm3
41
+ sort_order: 40
42
+ status: active
43
+ is_default: false
44
+
45
+ - attribute_id:
46
+ where:
47
+ code: memory_type
48
+ slug: hbm3e
49
+ label: HBM3E
50
+ option_value: HBM3E
51
+ normalized_value: hbm3e
52
+ sort_order: 50
53
+ status: active
54
+ is_default: false
55
+
56
+ - attribute_id:
57
+ where:
58
+ code: socket
59
+ slug: am4
60
+ label: AM4
61
+ option_value: AM4
62
+ normalized_value: am4
63
+ sort_order: 10
64
+ status: active
65
+ is_default: false
66
+
67
+ - attribute_id:
68
+ where:
69
+ code: socket
70
+ slug: am5
71
+ label: AM5
72
+ option_value: AM5
73
+ normalized_value: am5
74
+ sort_order: 20
75
+ status: active
76
+ is_default: false
77
+
78
+ - attribute_id:
79
+ where:
80
+ code: socket
81
+ slug: lga1700
82
+ label: LGA1700
83
+ option_value: LGA1700
84
+ normalized_value: lga1700
85
+ sort_order: 30
86
+ status: active
87
+ is_default: false
88
+
89
+ - attribute_id:
90
+ where:
91
+ code: socket
92
+ slug: lga1851
93
+ label: LGA1851
94
+ option_value: LGA1851
95
+ normalized_value: lga1851
96
+ sort_order: 40
97
+ status: active
98
+ is_default: false
99
+
100
+ - attribute_id:
101
+ where:
102
+ code: socket
103
+ slug: str5
104
+ label: sTR5
105
+ option_value: sTR5
106
+ normalized_value: str5
107
+ sort_order: 50
108
+ status: active
109
+ is_default: false