Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Issue #19

Open
jherdman opened this issue Apr 25, 2020 · 3 comments
Open

Performance Issue #19

jherdman opened this issue Apr 25, 2020 · 3 comments

Comments

@jherdman
Copy link

I noticed that parsing Radiolab's RSS feed is quite slow (http://feeds.wnyc.org/radiolab). Unfortunately my Erlang/Elixir skills aren't yet strong enough to offer much more in the way of help. The procedure I'm following is more or less...

$ curl http://feeds.wnyc.org/radiolab > podcast.rss
$ iex -S mix
iex> rss = File.read!("podcast.rss") # this is fast
iex> feed = FeederEx.parse(rss) # this is slow
@manukall
Copy link
Owner

Hi James,
I'm not working on feeder_ex anymore. But as it's just a wrapper around https://github.com/michaelnisi/feeder, maybe try to see if you can reproduce the problem just using that. If so, opening an issue on their repo might be more promising.

@jherdman
Copy link
Author

No worries! Thanks for responding.

@bitboxer
Copy link

bitboxer commented Jul 1, 2021

👋 @manukall , @jherdman

I tested a couple of rss feed readers today and fast_rss looks like being the fastest.

One warning though: it needs rustc to compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants