iphands / randy

System info viewer written in Rust / GTK3. Inspired by Conky.
GNU General Public License v3.0
111 stars 9 forks source link

Use iter chains where possible #13

Closed iphands closed 3 years ago

iphands commented 3 years ago

Noticed some interesting speed increases from iter chains in test... Trying to use them where ever possible.