Options to linear CXTPReportRecords Search? |
Post Reply |
Author | |
Algae
Senior Member Joined: 08 January 2007 Location: United States Status: Offline Points: 217 |
Post Options
Thanks(0)
Posted: 23 December 2010 at 1:37pm |
In the Report code I noticed there are several instances where the report record arrays use a linear search for finding a particular record. Is there any other search/find method available?
Linear search is painfully slow and it seems if you have a "sorted" list of records you should be able to use something else like bsearch. Is another search/find method included in the source somewhere or does anyone have an alternate search method they can share? |
|
Algae
Senior Member Joined: 08 January 2007 Location: United States Status: Offline Points: 217 |
Post Options
Thanks(0)
|
I added one already but wondered if there was one already included somewhere in the toolkit that was more generic than mine.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |