I am doing a utility for java API search in Visual Basic 6.0. When some class name/method name is given as search key, details are shown like package name, class name etc. (I expect the output is to be similar to JCreator SE).
If my program reads every line from API html file (there are totally 7000+ files), it will take a long time to complete.Curren tly I read everyline from all HTML files from selected packages (directories).
1. But it should search more extensive.(i.e should search all packages)
2. Still it is not faster as above mentioned IDE.
Can anyone give me idea that Should I go for efficient file search ? Or anyother alternative is there?
If my program reads every line from API html file (there are totally 7000+ files), it will take a long time to complete.Curren tly I read everyline from all HTML files from selected packages (directories).
1. But it should search more extensive.(i.e should search all packages)
2. Still it is not faster as above mentioned IDE.
Can anyone give me idea that Should I go for efficient file search ? Or anyother alternative is there?