From: Trans Date: 2009-02-15T00:03:33+09:00 Subject: Re: best-performing Rss parser On Feb 14, 8:24 am, Marco Colli wrote: > Sunil Khedar wrote: > > Hi Bob, > > > I am working on a RSS parser script. Here I have to parser thousands and > > thousands of RSS feeds every hour. > > > I am looking for a optimized parser which can take parse all these > > feeds. Please suggest the RSS parser you have come across. > > > Thanks in advance. > > Hi, I am looking for an high-performance parser too. > Have you come across any solution? If speed is the #1 issue, I would try libxml-ruby. It's lower lever then you might want, but that gives you a choice on how to parse, and it's not be hard to build an rss specific layer on top of that if you really want it. T.