makingthematrix / gailibrary

A very cheerful library for Artificial Intelligence in games
MIT License
7 stars 0 forks source link

Sets and maps #16

Open makingthematrix opened 6 years ago

makingthematrix commented 6 years ago

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.

makingthematrix commented 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.