/ tag
Algorithms
1 post on this topic.
-
Vendoring FSRS spaced repetition as a pure Swift function
My audiobook app turns highlights into flashcards scheduled by FSRS-5 — the algorithm Anki uses. Why I vendored the math as a pure, dependency-free, unit-testable Swift function instead of adding a package, and how the scheduler actually works.