leastfixedpoint

Archived tweet #11417 from the @leastfixedpoint Twitter Archive
@littledan @dan_abramov 1 gives the ability to index based on whatever I can represent as a record. Then, I'd encode my data's maps (nb. not the Maps forming the indices) as #{keys: [...], values: [...]}. That gets arbitrary data for keys, but inefficient search. Adding 2+3 gives efficient search.