O parâmetro "latência" que você vê nas especificações deles é o tempo (se eles são 4 números como 1-2-3-4).
Diferentes timings irão causar um problema e a latência é um parâmetro dos timings da RAM.
Insira os sticks de RAM em dois canais diferentes (um no canal A e outro no canal B), já que eles não podem trabalhar juntos em dois canais, no entanto, isso não fará diferença para o desempenho no seu caso .
Explicando os horários:
Os horários geralmente são gravados no formato a-b-c-d
( CL-tRCD-tRP-tRAS
).
As abreviaturas desses timings são as seguintes:
CL: CAS Latency. The time it takes between a command having been sent to the memory and when it begins to reply to it. It is the time it takes between the processor asking for some data from the memory and then returning it.
tRCD: RAS to CAS Delay. The time it takes between the activation of the line (RAS) and the column (CAS) where the data
are stored in the matrix.
tRP: RAS Precharge. The time it takes between disabling the access to a line of data and the beginning of the access to another line of data.
tRAS: Active to Precharge Delay. How long the memory has to wait until the next access to the memory can be initiated.
Se você quiser ler mais:
Fonte: Hardware Secrets - Entendendo as temporizações da RAM