LatticeHashForest
Loading...
Searching...
No Matches
Macros
lhf_config.hpp File Reference

Any configurable constants go into this file. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LHF_SORTED_VECTOR_BINARY_SEARCH_THRESHOLD   12
 
#define LHF_DEFAULT_BLOCK_SIZE   (1 << 5)
 
#define LHF_DEFAULT_BLOCK_MASK   (LHF_DEFAULT_BLOCK_SIZE - 1)
 
#define LHF_DISABLE_INTERNAL_INTEGRITY_CHECK   true
 

Detailed Description

Any configurable constants go into this file.

Definition in file lhf_config.hpp.

Macro Definition Documentation

◆ LHF_DEFAULT_BLOCK_MASK

#define LHF_DEFAULT_BLOCK_MASK   (LHF_DEFAULT_BLOCK_SIZE - 1)

Definition at line 11 of file lhf_config.hpp.

◆ LHF_DEFAULT_BLOCK_SIZE

#define LHF_DEFAULT_BLOCK_SIZE   (1 << 5)

Definition at line 10 of file lhf_config.hpp.

◆ LHF_DISABLE_INTERNAL_INTEGRITY_CHECK

#define LHF_DISABLE_INTERNAL_INTEGRITY_CHECK   true

Definition at line 12 of file lhf_config.hpp.

◆ LHF_SORTED_VECTOR_BINARY_SEARCH_THRESHOLD

#define LHF_SORTED_VECTOR_BINARY_SEARCH_THRESHOLD   12

Definition at line 9 of file lhf_config.hpp.