ajvincent / composite-collection

Composing Maps, WeakMaps, Sets and WeakSets into compiled classes
Mozilla Public License 2.0
1 stars 0 forks source link

Generate key hashers for a configuration #52

Closed ajvincent closed 2 years ago

ajvincent commented 2 years ago

If we're generating code for composite collections, we can generate code for a composite key hasher.

ajvincent commented 2 years ago

This is seeming more and more like a Bad Idea. The amount of code for this, for no tangible benefit, is annoying. That said, I did find a better way to do composite keys, reducing the number of maps we generate down to three per key composer.