Skip to content
  • Matthias Clasen's avatar
    Optimize gtk_css_selector_match_all · 117b50f8
    Matthias Clasen authored
    We are dealing with really short lists here.
    95% are < 10 matches, and the longest I've been able to record was 19.
    So just do away with the hash table and do sorted insertion in
    the array directly.
    117b50f8