Notgnoshi / herostratus

An ancient Greek known for seeking fame through crime and destruction. Also a Git repository achievements engine.
MIT License
0 stars 0 forks source link

Commit iterator caching #7

Open Notgnoshi opened 7 months ago

Notgnoshi commented 7 months ago

Do not iterate over commits that have already been processed. Possibly needs knowledge of the rules that have been processed?

Maybe this should be a decorator on the iterator? Actually looping over the commits shouldn't be that expensive.