]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/s-fixint.h
Save cache misses by keeping a copy of the hash value next to the pointer.
[libucw.git] / lib / sorter / s-fixint.h
index e2a24b5b2e39065533470039afc232990e79d90a..d901a064d34d4881a8393835b90e652b81f37335 100644 (file)
@@ -12,7 +12,6 @@
 #define ASORT_PREFIX(x) SORT_PREFIX(array_##x)
 #define ASORT_KEY_TYPE P(key)
 #define ASORT_LT(x,y) (P(compare)(&(x), &(y)) < 0)
-#define ASORT_PAGE_ALIGNED
 #ifdef SORT_INTERNAL_RADIX
 #  define ASORT_HASH(x) P(hash)(&(x))
 #    ifdef SORT_LONG_HASH