Re: [phpodpworld-users] Suggestion on tools/extract.pl
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2010-06-23 07:57:50
|
* Howard Lee <hl...@gm...> [2010-06-20]: > Hi Hans, > > I appreciate the response. The RDF source files are quite large, so it > should save time by reducing the need to re-read them. I have a need to > extract multiple DMOZ categories, the script I posted was faster for me. I'm > sorry that it is slower in your case. After all, I'm not a full time > programmer, so it may not be up to standard. Oh, your Perl programming skills are probably as good (or better) than mine. Anyway, what made your code slower was that you dropped the usage of the DMOZ parser. (OK, I didn't test a lot but it seemed so.) The addition of support for extraction of multiple categories in one run is a nice feature that I'll probably add. Hans |