Indexes and lookupsbeginner
An index is a Map built once so you can find a thing by its id instantly, instead of searching the whole list every time you need it — which is the difference between a table that renders instantly and one that takes four seconds.