Skip to content
  • Benjamin Otte's avatar
    sorter: Introduce GtkSortKeys · e34c7e67
    Benjamin Otte authored
    GtkSortKeys is an immutable struct that can be used to manage "sort
    keys" for items.
    
    Sort keys are memory that is created specifically for sorting. Because
    sorting involves lots of comparisons, it's a good idea to prepare the
    data relevant for sorting in advance and sort on that data.
    
    In measurements with a PropertyExpression on a string sorter, it's about
    ??? faster
    e34c7e67