BorisTheBrave / DeBroglie

DeBroglie is a C# library implementing the Wave Function Collapse algorithm with support for additional non-local constraints, and other useful features.
https://boristhebrave.github.io/DeBroglie/
MIT License
466 stars 37 forks source link

Tile implements IEquatable<Tile> #8

Closed justonia closed 6 years ago

justonia commented 6 years ago

This change eliminates the GC cost of boxing/unboxing Tile when it is used as a Dictionary key.