Anki/rslib/src/scheduler/answering
Damien Elmes 127b7e28fc drop binary heap in test scheduler
The original rationale was avoiding a possible O(n) insertion if
the learning card was due outside the cutoff, but the increased code
complexity doesn't seem worth it, given that learning cards will
rarely grow above 1000.

Also added a currently-disabled test that demonstrates the current undo
handling behaviour is yielding incorrect counts; that will be reworked
in the next commit, and this change will make that easier.
2021-05-14 16:19:46 +10:00
..
current.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
learning.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
mod.rs drop binary heap in test scheduler 2021-05-14 16:19:46 +10:00
preview.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
relearning.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
review.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
revlog.rs use mixed case for abbreviations in Rust code 2021-03-27 19:53:33 +10:00