]> mj.ucw.cz Git - libucw.git/commit
Configure: Simplified radix sorter configuration
authorMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:57:35 +0000 (17:57 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:57:35 +0000 (17:57 +0100)
commit942db12faffd599640651f4ac5b8cf881b503a00
tree3d63ee6ba5248a468014ce0e467f7f26368380e9
parent6e603450b52d4b486dc30295a56e8daf33210c18
Configure: Simplified radix sorter configuration

Originally, we guessed based on CPU model, but as I have ripped out
model detection, we cannot do that any longer; besides, it was very
much out of date.

Now, we use simple heuristics: anybody caring about performance
runs on amd64 and all amd64 processors have large enough L1 cache
to use 12-bit bucket width.
ucw/perl/UCW/Configure/LibUCW.pm