Commit Graph

3 Commits

Author SHA1 Message Date
6ac6f2af9b Update VCS config. 2025-08-31 17:40:43 +01:00
d85a5ae57e Change the iteration method used.
We stop using function calls to move down an index but instead use a for
 loop.

This actually provides a slight performance improvement as we are not
repeated making and destroying function frames.
2025-08-31 17:40:30 +01:00
2423f39c57 Initial C++ version of Partridge solver
This is almost a complete copy of the OCaml version

About twice as fast.
2025-08-31 17:05:06 +01:00