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
33 stars 9 forks source link

Optimize read lid state function #545

Closed Camerooooon closed 1 year ago

Camerooooon commented 1 year ago

Reduced two contains checks into a single split_whitespace() call with a match statement. Fixes #465

JakeRoggenbuck commented 1 year ago

Perfect PR. Works, Fixes issue, stays in scope, best solution. A+ work

JakeRoggenbuck commented 1 year ago

Tested image