In audio software, performance is sink or swim. Every five or so milliseconds, the operating system hands you a buffer of audio samples, and you must process those samples and return from the render callback before time runs out. Otherwise, the audio card will be forced to emit zeros to the audio output, the user … Continue reading #include a performance regression
Tag: software development
Improving Your iOS App’s Launch Time
This is a guide to improving the launch time of any iOS app. It covers how to analyze your launch time and some strategies we’ve used here at iZotope to make the Spire app launch faster. First, measure your launch time As with any optimization, it’s important to profile first so you know for sure … Continue reading Improving Your iOS App’s Launch Time
Improving Your Team’s Git Workflow
Nick Donaldson Version control is an indispensable tool in modern software development, and Git is one of the most popular and widely used version control systems available today. However, despite its pervasiveness, many development teams do not use Git to its full potential, often due to a lack of a well constructed and adhered-to Git … Continue reading Improving Your Team’s Git Workflow