Use LUT for group indexes instead of calculating on-the-fly

This commit is contained in:
2022-11-26 14:27:12 +00:00
parent 09a9f95740
commit 40c12c3458
7 changed files with 225 additions and 128 deletions

4
.gitignore vendored
View File

@@ -2,6 +2,7 @@
*.o
sudoku
eval
genlut
# Test data
sudoku.csv
@@ -15,3 +16,6 @@ compile_commands.json
# Profiling results
gmon.out
# Generated code
lut.c