Skip to content

Commit f64a74a

Browse files
Seungpyo1007rush1007n-glitch
authored andcommitted
docs: update README and data/README for expanded dataset and new layout
- README.md: refresh dataset summary numbers and link to expanded manufacturer coverage - data/README.md: document the brand/<country>/ + cpu/<mfr>/<year>/<segment-group>/ conventions and the new categories list Refs #1
1 parent 54306c8 commit f64a74a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Data is organised by category and brand with singular folder names. It is a
106106
data/brand/<slug>.json # e.g. data/brand/samsung.json
107107
data/soc/<manufacturer>/<slug>.json # data/soc/qualcomm/snapdragon-8-elite.json
108108
data/smartphone/<brand>/<slug>.json # data/smartphone/samsung/galaxy-s25.json
109-
data/gpu/<manufacturer>/<slug>.json # data/gpu/nvidia/geforce-rtx-5090.json
109+
data/gpu/<manufacturer>/<year>/<segment>/<slug>.json # data/gpu/nvidia/2025/consumer/geforce-rtx-5090.json (split by year then consumer/enterprise)
110110
data/cpu/<manufacturer>/<year>/<slug>.json # data/cpu/intel/2023/core-i9-14900k.json (CPU also by year)
111111
```
112112

data/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ singular folder names, organised by brand:
77
brand/<slug>.json
88
soc/<manufacturer>/<slug>.json
99
smartphone/<brand>/<slug>.json
10-
gpu/<manufacturer>/<slug>.json
11-
cpu/<manufacturer>/<year>/<slug>.json # CPUs are additionally split by release year
10+
gpu/<manufacturer>/<year>/<segment>/<slug>.json # GPUs are split by release year then segment (consumer | enterprise)
11+
cpu/<manufacturer>/<year>/<slug>.json # CPUs are additionally split by release year
1212
```
1313

14+
GPU `<segment>` is:
15+
* `consumer` — gaming/desktop & laptop dGPUs (GeForce GTX/RTX, Radeon RX/R9/HD, Arc, Voodoo, MTT S60/S70/S80, …)
16+
* `enterprise` — datacenter compute, AI accelerators, workstation pro cards (Tesla, A100/H100/B200, Quadro/RTX A/RTX PRO, Radeon Pro W, Instinct MI, MTT S3000/S4000, Vega Frontier, AI-focused TITAN V/RTX, …)
17+
1418
> ⚠️ **This is a curated subset — NOT an exhaustive list of every device/chip.**
1519
> It is hand-verified and intentionally partial. Breadth is expanded out-of-band
1620
> through an internal pipeline that publishes curated records here after review;

0 commit comments

Comments
 (0)