Thread: Array Search
View Single Post
  #5  
Old 08-23-2009, 08:08 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Note that if you're working with a really, really big dataset, it may be faster to use something like a scripted binary search (I think there might be one in the code gallery, if not I could write one).
Reply With Quote