You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Marco Spinetti <m....@pisa.iol.it> on 2004/05/28 16:48:33 UTC

apr_hash

Hi all,

I have to read a file with 50000 keywords at startup of my programm.
Then when the user inserts a input, I have to see if any keys of user 
input is one of my initial keywords.
I'd like to use apr_hash to load my keywords at startup, then I split my 
user input in wi words and use apr_hash_get to see if any words is in 
the hash.
Is it an efficient method?
Do you know some more efficient method?
Can you give me some advice?


Thanks


--Marco