From a2c437b31ab2349a82834957bf285403869a9a85 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 8 Jul 2005 21:55:21 +0000 Subject: [PATCH] document index type 1 better --- FORMAT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FORMAT b/FORMAT index c5498a4..2d2aff8 100644 --- a/FORMAT +++ b/FORMAT @@ -34,7 +34,9 @@ All integers are stored LITTLE ENDIAN. struct { uint32_t index_type; /* 0 == sorted array of pointers, 1 == sorted array of (pointer,record number) tuples, - faster but twice as large + faster but twice as large; this is actually saved + as two arrays, one for the pointers and one for + the numbers, for cache performance reasons. rest reserved */ uint32_t next; /* offset of next index */ /* for index_type==0: */