Commit Graph

4 Commits

Author SHA1 Message Date
81f52b5e43
[release] sudk v0.1.1 2024-09-28 10:25:31 +02:00
fe1077c6c1
[code] refactor, clippy, rustfmt
- added clippy lints and fixed the resulting issues
- moved build_possible_values_db() into the new() call
- extracted the skip_db functionality into their own functions
2024-09-28 10:25:16 +02:00
e446d9b74f
rust version: backtracking simplified and other improvements
* backtracking: main loop simplified
* instead of the `fixed` Vec, we now use skip fields to calculate
  how many fields to skip in `next()` and `prev()`.
  This is faster because we get rid of the `if` statement
  thus no branching occurs.
2023-03-27 21:04:04 +02:00
867d6dce73
initial commit 2022-07-15 23:35:41 +02:00