 |
(git:b5558c7)
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef DBM_HYPERPARAMS_H
8#define DBM_HYPERPARAMS_H
10#define DBM_OMP_SCHEDULE schedule(dynamic, 1)
12#define DBM_ALLOCATION_FACTOR 1.3
13#define DBM_HASHTABLE_FACTOR 3.0
15#define DBM_SHARDS_PER_THREAD 1.0
16#define DBM_MAX_BATCH_SIZE 30000
17#define DBM_BATCH_NUM_BUCKETS 1000