AntoniosBarotsis / Rss2Email

An RSS feed aggregator that notifies you of new posts via email.
GNU General Public License v3.0
24 stars 6 forks source link

Performance investigation [Rust] #8

Closed AntoniosBarotsis closed 2 years ago

AntoniosBarotsis commented 2 years ago

Currently, this project is not Blazingly Fast 🚀 (despite the fact that it is written in Rust). An investigation to reveal what parts of the code make it slower would be pretty useful.

You can use something like Criterion.

Keep in mind that the issue is for just the investigation! Changes are not really included in this (as for that I'd have to consider things like extra dependencies and whatnot). Creating the benchmarks and making a simple report is enough for this. In the case that an easy and important optimization is determined, after discussed I could definitely make this a separate issue.

ddanielsantos commented 2 years ago

Hi, I was reading about Criterion and I think I can do this one.

Is this issue still available?

AntoniosBarotsis commented 2 years ago

Yup! Feel free to ask any questions you may have!