ajvincent / composite-collection

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

CollectionConfiguration: provide method to define key tuple link methods #51

Closed ajvincent closed 2 years ago

ajvincent commented 3 years ago

Replacing #4 .

ajvincent commented 2 years ago

This will be complicated. There are several steps:

ajvincent commented 2 years ago

Remember to update README.md to reference the design document.

ajvincent commented 2 years ago

I think one way to achieve this is a bootstrap KeyHasher class template, and adding a third optional argument to the WeakKeyComposer to specify a replacement key hasher.

ajvincent commented 2 years ago

Too complicated.