Anki/rslib/src/storage
Jarrett Ye 037dfa1bc1
Add last_review_time to card data for performance and accuracy (#4124)
* Add `last_review_time` to card data

* cargo clippy

* Calculate days elapsed since last review time in add_extract_fsrs_relative_retrievability

* expose last_review_time to Card in Python

* Fix last_review_time assignment in Card class to use last_review_time_secs

* format

* Update last_review_time assignment to exclude filtered preview state in Card class
2025-07-08 00:41:01 +07:00
..
card Add last_review_time to card data for performance and accuracy (#4124) 2025-07-08 00:41:01 +07:00
config Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
dbcheck Improve performance of invalid ID fix in DB check 2023-07-07 22:53:41 +10:00
deck Update to Rust 1.88 2025-06-29 11:50:49 +07:00
deckconfig Update to Rust 1.88 2025-06-29 11:50:49 +07:00
graves Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
note Update to Rust 1.85 2025-02-21 10:42:42 +07:00
notetype Update to Rust 1.88 2025-06-29 11:50:49 +07:00
revlog Include reset entries in dataset exported for research (#3998) 2025-05-15 16:31:18 +10:00
tag Expose some collection methods already public in rslib backend (#2510) 2023-05-22 13:44:18 +10:00
upgrades Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
collection_timestamps.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
mod.rs Add search keyword to strip clozes beforehand (#4145) 2025-07-01 16:35:21 +07:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs Add last_review_time to card data for performance and accuracy (#4124) 2025-07-08 00:41:01 +07:00
sync.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
sync_check.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00