๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

iOS and macOS Performance Tuning: Cocoa, Cocoa Touch, Objective-C, and Swift

โœ Scribed by Marcel Weiher


Publisher
Addison-Wesley Professional
Year
2017
Tongue
English
Leaves
400
Series
Developerโ€™s Library
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


In iOS and macOSโ„ข Performance Tuning, Marcel Weiher drills down to the code level to help you systematically optimize CPU, memory, I/O, graphics, and program responsiveness in any Objective-C, Cocoa, or CocoaTouch program.

ย 

This guide focuses entirely on performance optimization for macOS and iOS. Drawing on more than 25 years of experience optimizing Apple device software, Weiher identifies concrete performance problems that can be discovered empirically via measurement. Then, based on a deep understanding of fundamental principles, he presents specific techniques for solving them.

ย 

Weiher presents insights you wonโ€™t find anywhere else, most of them applying to both macOS and iOS development. Throughout, he reveals common pitfalls and misconceptions about Apple device performance, explains the realities, and helps you reflect those realities in code that performs beautifully.

  • Understand optimization principles, measurement, tools, pitfalls, and techniques
  • Recognize when to carefully optimize, and when it isnโ€™t worth your time
  • Balance performance and encapsulation to create efficient object representations, communication, data access, and computation
  • Avoid mistakes that slow down Objective-C programs and hinder later optimization
  • Fix leaks and other problems with memory and resource management
  • Address I/O issues associated with drives, networking, serialization, and SQLite
  • Code graphics and UIs that donโ€™t overwhelm limited iOS device resources
  • Learn what all developers need to know about Swift performance

This bookโ€™s source code can be downloaded at github.com/mpw/iOS-macOS-performance.

ย 

Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

โœฆ Subjects


Object-Oriented Design;Software Design, Testing & Engineering;Programming;Computers & Technology;Software Development;Software Design, Testing & Engineering;Programming;Computers & Technology;Testing;Software Design, Testing & Engineering;Programming;Computers & Technology;Apple Programming;Programming;Computers & Technology;Swift;Programming Languages;Computers & Technology;Programming & App Development;Mobile Phones, Tablets & E-Readers;Computers & Technology;Programming Languages;Computer Sci


๐Ÿ“œ SIMILAR VOLUMES


IOS and macOS performance tuning: Cocoa,
โœ Weiher, Marcel ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Pearson Education Limited (US titles);Addison-Wesl ๐ŸŒ English

In iOS and macOSโ„ข Performance Tuning, Marcel Weiher drills down to the code level to help you systematically optimize CPU, memory, I/O, graphics, and program responsiveness in any Objective-C, Cocoa, or CocoaTouch program. This guide focuses entirely on performance optimization for macOS and iOS. D

IOS and macOS performance tuning: Cocoa,
โœ Weiher, Marcel ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Addison-Wesley ๐ŸŒ English

In iOS and macOSโ„ข Performance Tuning, Marcel Weiher drills down to the code level to help you systematically optimize CPU, memory, I/O, graphics, and program responsiveness in any Objective-C, Cocoa, or CocoaTouch program. This guide focuses entirely on performance optimization for macOS and iOS. D

Cocoa and Objective-C
โœ Scott Stevenson ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› O'Reilly Media ๐ŸŒ English

<p>Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercise

iOS 7 Programming Fundamentals: Objectiv
โœ Matt Neuburg ๐Ÿ“‚ Library ๐Ÿ“… 2013 ๐Ÿ› O'Reilly Media ๐ŸŒ English

<DIV><p>If youโ€™re getting started with iOS development, or want a firmer grasp of the basics, this practical guide provides a clear view of its fundamental building blocksโ€”Objective-C, Xcode, and Cocoa Touch. Youโ€™ll learn object-oriented concepts, understand how to use Appleโ€™s development tools, and