Sort by Title |
Sorted by Resource Type |
Sort by Date |
Taking Advantage of the Accelerate Framework
(HTML)
Learn how your application can run on PowerPC- or Intel-based Macs without processor-specific customization.
|
Articles |
2005-10-03
|
Porting Multithreaded Applications from Win32 to Mac OS X
(HTML)
Learn how Mac OS X handles multithreading, before porting your Win32 application.
|
Articles |
2005-06-20
|
Maximizing Mac OS X Application Performance
(HTML)
Learn how to achieve better performance on Mac OS X.
|
Articles |
2003-06-23
|
Threading Programming Guide
(HTML)
(PDF)
Explains how to use threads in Cocoa applications.
|
Guides |
2008-02-08
|
64-Bit Guide for Carbon Developers
(HTML)
(PDF)
Explains the changes necessary to create a 64-bit executable version of a Carbon application.
|
Guides |
2007-12-11
|
Code Size Performance Guidelines
(HTML)
(PDF)
Guidelines for reducing the size of an application binary.
|
Guides |
2006-06-28
|
Memory Usage Performance Guidelines
(HTML)
(PDF)
Guidelines for improving the performance of memory-related code.
|
Guides |
2006-06-28
|
Launch Time Performance Guidelines
(HTML)
(PDF)
Guidelines for improving the launch performance of an application.
|
Guides |
2006-04-04
|
Code Speed Performance Guidelines
(HTML)
(PDF)
Guidelines for improving the performance and efficiency of code.
|
Guides |
2005-07-07
|
File-System Performance Guidelines
(HTML)
(PDF)
Guidelines for improving the performance of file-related code.
|
Guides |
2005-07-07
|
Debugging Programming Topics for Core Foundation
(HTML)
(PDF)
Tips and techniques for debugging Core Foundation code.
|
Guides |
2003-01-17
|
vDSP Single-Vector Operations Reference
(HTML)
(PDF)
This document describes the C API for performing common routines on a single vector in vDSP.
|
Reference |
2009-01-07
|
vDSP Correlation, Convolution, and Filtering Reference
(HTML)
(PDF)
Describes an interface for performing correlation, convolution, and filtering operations on real or complex signals.
|
Reference |
2009-01-06
|
vDSP Matrix Operations Reference
(HTML)
(PDF)
Describes an interface for matrix arithmetic operations.
|
Reference |
2009-01-06
|
vDSP One-Dimensional Fast Fourier Transforms Reference
(HTML)
(PDF)
Describes an interface for performing one-dimensional fast Fourier transforms on an input signal.
|
Reference |
2009-01-06
|
vDSP Vector-To-Scalar Operations Reference
(HTML)
(PDF)
Describes functions that receive a vector as input and compute scalars as output.
|
Reference |
2009-01-06
|
vDSP Vector-to-Vector Arithmetic Operations Reference
(HTML)
(PDF)
Describes functions that receive a vector as input and return a vector as output.
|
Reference |
2009-01-06
|
vecLib Framework Reference
(HTML)
(PDF)
Describes the C API for vector mathematical functions in the vecLib subframework of the Accelerate framework.
|
Reference |
2009-01-06
|
vDSP Two-Dimensional Fast Fourier Transforms Reference
(HTML)
(PDF)
Improved function discussions and corrections.
|
Reference |
2008-11-19
|
vDSP Complex Vector Conversion Reference
(HTML)
(PDF)
Describes functions that convert complex vectors between interleaved and split forms.
|
Reference |
2007-06-15
|
vDSP Vector Scalar Arithmetic Operations Reference
(HTML)
(PDF)
Describes vDSP functions that perform arithmetic operations combining a scalar with each element of a vector.
|
Reference |
2007-06-15
|
Debugger Services Reference
(HTML)
(PDF)
Describes the C API for standard exception-handling and assertion functions used in Carbon applications.
|
Reference |
2003-01-01
|
Error Handler Reference
(HTML)
(PDF)
Describes the C API for a Mac OS 9 service that assumes control when certain low-level system errors occur.
|
Reference |
2003-01-01
|
MapLargeFile
(HTML)
(DMG)
(ZIP)
Shows a technique for mapping files greater than 4GB into memory for faster access.
|
Sample Code |
2003-11-19
|
CopyBits vs. CopyMask
(HTML)
(DMG)
(ZIP)
Deprecated - CopyBits (using a mask region) vs. CopyMask (using a mask BitMap). Which do you think is faster?
|
Sample Code |
2003-07-22
|
icon cache demo
(HTML)
(DMG)
(ZIP)
Demonstrates the use of an icon cache to limit the search for icon resource to one resource file.
|
Sample Code |
2003-01-30
|
PThreadSorts
(HTML)
(DMG)
(ZIP)
Applies various sorting algorithms to pictures using POSIX threads (pthreads) on Mac OS X.
|
Sample Code |
2003-01-14
|
VelEng FFT
(HTML)
(DMG)
(ZIP)
G4 Velocity Engine implementation of Fast Fourier Transform (FFT) and associated convolution/correlation routines.
|
Sample Code |
2003-01-14
|
Ensuring Backwards Binary Compatibility - Weak Linking and Availability Macros on Mac OS X
(HTML)
()
TN2064: Ensuring that Mach-O applications built using today's Mac OS X runs on previous versions of the OS.
|
Technical Notes |
2003-02-18
|
GDB for MacsBug Veterans
(HTML)
TN2030: Translate your experience with MacsBug into a working knowledge of the GNU source-level debugger (GDB).
|
Technical Notes |
2001-10-18
|
Optimization Strategies for Mac OS X
(HTML)
TN1174: Achieving the best possible performance in your applications.
|
Technical Notes |
1999-09-01
|
Disabling Processor Cores on a Multi-Core System
(HTML)
()
QA1141: Describes how to disable processor cores on a multi-core system for testing purposes.
|
Technical Q&As |
2008-09-16
|
Requirements for Quartz GL
(HTML)
QA1536: Describes the requirements for enabling Quartz GL.
|
Technical Q&As |
2008-08-08
|
Quartz 2D Thread Safety
(HTML)
()
QA1238: Explains the thread-safety issues for the Quartz 2D API.
|
Technical Q&As |
2003-02-25
|
How do I tell if a particular display is being hardware accelerated by Quartz Extreme?
(HTML)
()
QA1218: Describes how to use CGDisplayUsesOpenGLAcceleration to see if a display is accelerated or not.
|
Technical Q&As |
2002-12-04
|
OTScheduleDeferredTask When Task Running
(HTML)
()
NW52: Describes what happens when you use OTScheduleDefferedTask to schedule a task that is running.
|
Technical Q&As |
1997-10-13
|
Changing the TCP Window Size
(HTML)
NW47: Describes how to change the TCP window size in Open Transport.
|
Technical Q&As |
1997-03-14
|
Using Temporary Memory with OpenPicture
(HTML)
Deprecated - QD20: Provides several techniques of causing OpenPicture to allocate temporary memory for a picture handle.
|
Technical Q&As |
1996-02-01
|
Error -151 and NewGWorld
(HTML)
Deprecated - QD18: Explains what the error code -151 means when in NewGWorld.
|
Technical Q&As |
1995-09-15
|
Problem with PaintRgn on 256-color Screens
(HTML)
Deprecated - QD23: PaintRgn with RGBForeColor and transfer mode addOver doesn't return color to original on 256-color-screens.
|
Technical Q&As |
1995-09-15
|