KyouyamaKazusa0805 / Sudoku

A sudoku solver using brute forces and logical techniques.
https://t.sudoku-studio.wiki
MIT License
114 stars 28 forks source link

Vectorize `CellMap` and `CandidateMap` #731

Closed KyouyamaKazusa0805 closed 1 month ago

KyouyamaKazusa0805 commented 1 month ago

Adjust the backing field to vectors in order to process with SIMD.