mikepound / cubes

This code calculates all the variations of 3D polycubes for any size (time permitting!)
MIT License
163 stars 43 forks source link

Rust version #15

Open dzamlo opened 1 year ago

dzamlo commented 1 year ago

I made a version in rust: https://gitlab.com/dzamlo/polycubes

It's quick and dirty code.

On my laptop, I can compute up to n=13. For n=14, the process consume too much memory and is killed.