Commit Briefs

Mark Jamsek

ARRAY_LIST allocation optimisation

Rather than realloc in fixed-sized blocks, use the 1.5 * allocated scheme when growing the array. This produces fewer allocations and up to 3x speedup on large diffs. ok stsp@


Neels Hofmeyr

add arraylist_test


Neels Hofmeyr

fix ARRAYLIST_INSERT()