Skip to content

remove memoization in markToIndex

It's using around 5% of our allocations and 2% of our time to build and rebuild the map, but we never actually make more than one query against that map before we have to rebuild it.

Merge request reports