Constellation-Labs / constellation

:milky_way::satellite: Decentralized Application Integration Platform
Apache License 2.0
153 stars 40 forks source link

InvertedMap implementation #1410

Closed marcinwadon closed 3 years ago

marcinwadon commented 3 years ago

Instead of storing Map[Id, B] consider storing Map[B, Set[Id]]. tl;dr; we need to store data without duplication