CPU Specifications
Compiled List of around 2000 AMD and Intel CPUs
@kaggle.ltcptgeneral_cpu_specifications
Compiled List of around 2000 AMD and Intel CPUs
@kaggle.ltcptgeneral_cpu_specifications
CREATE TABLE intel (
"processor" VARCHAR,
"status" VARCHAR,
"release_date" VARCHAR,
"cores" BIGINT,
"max_turbo_speed" VARCHAR,
"base_speed" VARCHAR,
"cache_size" VARCHAR
);
Anyone who has the link will be able to view this.