Sunset Lake Software - Comments for "Performance profiling" http://www.sunsetlakesoftware.com/forum/performance-profiling Comments for "Performance profiling" en There's significant overhead http://www.sunsetlakesoftware.com/forum/performance-profiling#comment-1515 <p>There's significant overhead to allocating initializing the raw data input, output, and filter objects, which is what is consuming almost all of your 300 ms here. You don't want to recreate these each time you filter something. Instead, create them once and just update the data as needed by using -updateDataFromBytes:size: on the raw data input. </p> <p>You'll see much, much faster processing times once you're just sending in and extracting the raw data without recreating the whole filter chain each time.</p> pubDate Sat, 21 Jul 2012 03:06:25 +0000 dc:creator Brad Larson guid false comment 1515 at http://www.sunsetlakesoftware.com