olepoeschl / NQueensFAF

Highly optimized Java / GPU solver for the N-Queens Problem.
MIT License
7 stars 0 forks source link

Use sqlite instead of kryo for persistence #100

Open olepoeschl opened 1 month ago

olepoeschl commented 1 month ago

That way, solutions for a specific constellation can be entered and safed without having to rewrite the whole file. Hence, it's faster.