JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
37 stars 9 forks source link

Similar project #492

Closed explosion-mental closed 1 year ago

explosion-mental commented 1 year ago

Hello, today I stumble upon your project, nice job btw, and at the time I'm also writing something similar: racf (think I'm probably done with 1.0.0).

Just wondering what are your thoughts on this little lib I made to complement my project (currently missing proper error handling), maybe you have interest to work on a related lib?

Also, I think AMD chips are gonna have something similar like the intel pstate, do you happen to know by chance anything about this¿

Anyway, the graph looks very good btw c:

JakeRoggenbuck commented 1 year ago

Hey, thanks for reaching out! racf looks really cool! Your library getsys is very nice. I don't know much about pstate, maybe another contributor like @Shuzhengz or @Camerooooon does. We were thinking of extracting auto-clock-speed into the daemon and a library to use, but we haven't made the decision yet.