config.yaml 304 B

123456
  1. tau: 3 # tau in the write-up
  2. nBits: 12 # bits of N in the record
  3. w: 4 # number of tuples in each bucket
  4. e: 4 # number of buckets contained in each leaf
  5. dBytes: 4 # record D bytes in the last tree
  6. insert: 1000 # number of records to be initially inserted (-1 means insert max number)