[futurebasic] Re: [FB] Dynamic array of CoreFoundation types

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2011 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Mon, 18 Jul 2011 10:34:24 -0700
On Jul 18, 2011, at 9:36 AM, Steve wrote:

> I am wondering about the speed, but that is secondary.


Another factor in my code is being able to find the specific dictionary occurrence( roughly equivalent to a record occurrence for discussion purposes ) quickly. CF has a built-in binary search and sort options which is much faster than doing sequential searches.



Brian S