Open makingthematrix opened 6 years ago
Most of the work is done in the rust-experiments
project. The cities map generating and solving provides a nice non-trivial example of using the USet. Maybe I should come up with another such exercise, this time more focused on maps.
After reading about alternatives decide on a way to implement sets and maps for ids. So far I'm leaning towards writing simple implementations on my own.
It would be good to get it right the first time around. Rewriting it later is of course possible, but it will be expensive.
And stress tests, please.