Previously, we represented a COO element with a pointer to the coordinates and a
value. We use this representing for sorting. Such a representation
unnecessarily involves the element in the compare function as well as in the
swap function for sorting.
We now replace this Element representation with ElementId, which is the index
of the element value in the values-array.
This improves read-CSC-arabic2005-lib by more than 10%.
please add a comma here