One of the most frequent operations I need to perform is a prefix search, i.e. "return the first element that starts with Index, or return null if nothing does".
I'm currently doing this by calling JudySLNext(). If it returns a non-null pointer, but the new Index doesn't start with the prefix, I still return null. Two questions: 1.) Does anyone know of a more efficient way to do that with the current set of Judy functions? 2.) Doug, have you thought about making a search function that will give up as soon as it determines that there are no matches beginning with Index? What do you think about including it in one of the upcoming versions? --- Tim Margheim Neuric Technologies, LLC ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Judy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/judy-devel
