for reverse-element lookup. Because our indices are always unsigned, we need to take special care to not trigger compiler warnings when doing negative array indexing. And yes, for now "0 - x" is good enough.
Timsort implementation
This directory contains code modified for GTK, based on the timsort implementation in python, and its Java adaptation by Joshua Bloch.
See the source files for copyright and licensing information, and the
COPYING
file for the full text of the Apache license, version 2.0.