Cargando…

Pro multithreading and memory management for iOS and OS X /

If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference Counting is Apple's game-changing memory management system, new to Xcode 4.2. Pro Multithreading and Memory Management for iOS and OS X shows you how ARC works and ho...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sakamoto, Kazuki
Otros Autores: Furumoto, Tomohiko
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, ©2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Life Before Automatic Reference Counting
  • ARC Rules
  • ARC Implementation
  • Getting Started with Blocks
  • Blocks Implementation
  • Grand Central Dispatch
  • GCD Basics
  • GCD Implementation.