Skip to content
  • Halla Rempt's avatar
    Return a map instead of a list of frames · b0701693
    Halla Rempt authored
    Creating a new list with map.values() is very expensive, and not
    necessary in the places where the we iterate over the frames,
    because we can directly iterate on a map and get the values.
    b0701693