Update README to include information on -DOPTIMIZE
This commit is contained in:
parent
d559d8bd6f
commit
6d9a1b48f9
@ -42,14 +42,17 @@ To test the functionality, simply run `gcc -o sudoku main.c board.c`, then
|
|||||||
`./sudoku [filename]`, where the given file is formatted according to the
|
`./sudoku [filename]`, where the given file is formatted according to the
|
||||||
aforementioned specifications.
|
aforementioned specifications.
|
||||||
|
|
||||||
|
## Optimization
|
||||||
|
An optimization directive has been included in `board.c` to allow for the near
|
||||||
|
complete removal of boundary checks and error conditions. To enable this
|
||||||
|
optimization, simply add `-DOPTIMIZE` to your compiler flags.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Optimizations
|
* Optimizations
|
||||||
|
|
||||||
* Per-quadrant bit-field of populated values
|
* Per-quadrant bit-field of populated values
|
||||||
|
|
||||||
* Fewer boundary checks (compilation option?)
|
|
||||||
|
|
||||||
* Packed structures
|
* Packed structures
|
||||||
|
|
||||||
* Better structure layouts
|
* Better structure layouts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user