Fast Rss Versions Save

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

v0.5.0

8 months ago

What's Changed

Full Changelog: https://github.com/avencera/fast_rss/compare/v0.4.4...v0.5.0

v0.4.4

1 year ago

v0.4.2

1 year 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

v0.4.1

2 years ago

v0.4.0

2 years ago

What's Changed

New Contributors

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

v0.3.5

3 years ago

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

v0.3.0

4 years ago
  • Use erlang dirty scheduler
  • Now requires OTP >= 20
  • Added benchmark for normal vs dirty: normal vs dirty

v0.2.0

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

v0.1.4

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