Skip to content

Commit

Permalink
refactor: Optimize batch shuffling implementation for better performa…
Browse files Browse the repository at this point in the history
…nce (#252)

* improve performance

* refactor ShuffleDataLoader

* add more assertion

* bump version
  • Loading branch information
L-M-Sherlock authored Oct 30, 2024
1 parent 0c8a7ae commit 7477d2b
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 469 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsrs"
version = "1.4.2"
version = "1.4.3"
authors = ["Open Spaced Repetition"]
categories = ["algorithms", "science"]
edition = "2021"
Expand Down
Loading

0 comments on commit 7477d2b

Please sign in to comment.