Anki/rslib/src/scheduler/queue/builder
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
..
gathering.rs pass sort options into test scheduler 2021-05-13 15:21:20 +10:00
intersperser.rs experimental queue building 2021-03-01 12:18:21 +10:00
mod.rs drop binary heap in test scheduler 2021-05-14 16:19:46 +10:00
sized_chain.rs experimental queue building 2021-03-01 12:18:21 +10:00
sorting.rs pass sort options into test scheduler 2021-05-13 15:21:20 +10:00