joelwilliamson / bimap

Bidirectional mapping between two key types
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Trimap #8

Closed CMCDragonkai closed 5 years ago

CMCDragonkai commented 7 years ago

Is there someway to use this as trimap? Or n-map?

joelwilliamson commented 7 years ago

No. It could be generalized by maintaining a bimap from each set of values to a primary key value, but I suspect this would be quite inefficient.

dnadales commented 5 years ago

Could this be closed?