guidoschmidt / circadian.el

Theme-switching for Emacs based on daytime
https://guidoschmidt.github.io/circadian.el
MIT License
175 stars 8 forks source link

PERF/circadian.el: use memoized sunset & sunrise times #29

Closed LemonBreezes closed 11 months ago

LemonBreezes commented 1 year ago

Hi. This a minor performance tweak that speeds up circadian-themes-parse by 1x. For some reason we were calling circadian-sunset and circadian-sunrise twice even though we have the values saved in a let statement.