fast_rss

Fast Elixir RSS feed parser, a NIF wrapper around the Rust RSS crate

APACHE-2.0 License

Downloads
53.4K
Stars
110
Committers
7

Bot releases are hidden (Show)

fast_rss - v0.4.4

Published by praveenperera almost 2 years ago

fast_rss - v0.4.3

Published by praveenperera almost 2 years ago

fast_rss - v0.4.2

Published by praveenperera almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/avencera/fast_rss/compare/v0.4.1...v0.4.2
Changelog: https://github.com/avencera/fast_rss/blob/master/CHANGELOG.md

fast_rss - v0.4.1

Published by praveenperera over 2 years ago

fast_rss - v0.4.0

Published by praveenperera over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/avencera/fast_rss/compare/v0.3.5...v0.4.0

fast_rss - v0.3.5

Published by praveenperera over 3 years ago

Now supports M1 (arm64) Macs thanks to @29decibel

fast_rss - v0.3.0

Published by praveenperera over 4 years ago

  • Use erlang dirty scheduler
  • Now requires OTP >= 20
  • Added benchmark for normal vs dirty: normal vs dirty
fast_rss - v0.2.0

Published by praveenperera over 4 years ago

User

  • Map is returned with string keys instead of atom keys
  • Now between 6.12x - 50.09x faster than next fastest tested option

Internal

  • Removed Jason dependecy
  • Returning elixir map directly instead of returning a stringified JSON and then using Jason to convert it to an elixir map
fast_rss - v0.1.4

Published by praveenperera over 4 years ago

  • Convert RSS feed into map with atom keys
  • Between 2.85x - 22.05x faster than next fastest tested option