Cargando…

Intel threading building blocks : outfitting C++ for multi-core processor parallelism /

Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Reinders, James
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, 2007.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Why threading building blocks?
  • Thinking parallel
  • Basic algorithms
  • Advanced algorithms
  • Containers
  • Scalable memory allocation
  • Mutual exclusion
  • Timing
  • Task scheduler
  • Keys to success
  • Examples
  • History and related projects.