]> mj.ucw.cz Git - libucw.git/commit
Array sorter thresholds are now configured as 64-bit numbers of bytes,
authorMartin Mares <mj@ucw.cz>
Mon, 17 Sep 2007 19:39:02 +0000 (21:39 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Sep 2007 19:39:02 +0000 (21:39 +0200)
commit110efaf3f4fa1922af0160222e2011a92d3dd924
treeb9685a3a4279dd5dce5df409cdd6bae0d5514988
parentc131af45284770c958b37259eff19b5c67af6ea7
Array sorter thresholds are now configured as 64-bit numbers of bytes,
but they are recalculated to the number of elements internally with
proper clamping to ~0U.
lib/sorter/array.c
lib/sorter/common.h
lib/sorter/config.c