An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, interleaving of data refers to the interspersing of fields or channels of different meaning sequentially in memory, in processor registers, or in file formats. For example, for coordinate data, x0 y0 z0 w0 x1 y1 z1 w1 x2 y2 z2 w2 is interleaved whilst x0 x1 x2 x3 y0 y1 y2 y3 z0 z1 z2 z3 w0 w1 w2 w3 is not. A processor may support permute instructions, or strided load and store instructions, for moving between interleaved and non-interleaved representations.

Property Value
dbo:abstract
  • In computing, interleaving of data refers to the interspersing of fields or channels of different meaning sequentially in memory, in processor registers, or in file formats. For example, for coordinate data, x0 y0 z0 w0 x1 y1 z1 w1 x2 y2 z2 w2 is interleaved whilst x0 x1 x2 x3 y0 y1 y2 y3 z0 z1 z2 z3 w0 w1 w2 w3 is not. A processor may support permute instructions, or strided load and store instructions, for moving between interleaved and non-interleaved representations. Interleaving has performance implications for cache coherency, ease of leveraging SIMD hardware, and leveraging a computer's addressing modes. (e.g. - interleaved data may require one address to be calculated, from which individual fields may then be accessed via ; conversely if only one field is required by index, de-interleaved data may leverage ). (en)
  • El entrelazado es una técnica consistente en organizar la información digital de forma no contigua para mejorar las prestaciones de un sistema. El entrelazado (interleaving en inglés) es empleado principalmente en telecomunicaciones (por ejemplo vía satélite o ADSL), tecnologías multimedia, acceso a memoria y formatos de archivo. El término "multiplexado" se utiliza a veces para referirse al entrelazado de una señal digital. El entrelazado se emplea también para organizar estructuras de datos multidimensionales. (es)
dbo:wikiPageID
  • 50780483 (xsd:integer)
dbo:wikiPageLength
  • 1407 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 881681980 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • El entrelazado es una técnica consistente en organizar la información digital de forma no contigua para mejorar las prestaciones de un sistema. El entrelazado (interleaving en inglés) es empleado principalmente en telecomunicaciones (por ejemplo vía satélite o ADSL), tecnologías multimedia, acceso a memoria y formatos de archivo. El término "multiplexado" se utiliza a veces para referirse al entrelazado de una señal digital. El entrelazado se emplea también para organizar estructuras de datos multidimensionales. (es)
  • In computing, interleaving of data refers to the interspersing of fields or channels of different meaning sequentially in memory, in processor registers, or in file formats. For example, for coordinate data, x0 y0 z0 w0 x1 y1 z1 w1 x2 y2 z2 w2 is interleaved whilst x0 x1 x2 x3 y0 y1 y2 y3 z0 z1 z2 z3 w0 w1 w2 w3 is not. A processor may support permute instructions, or strided load and store instructions, for moving between interleaved and non-interleaved representations. (en)
rdfs:label
  • Entrelazado de datos (es)
  • Interleaving (data) (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License