Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
constants.h
1#ifndef CONSTANTS_H
2#define CONSTANTS_H
3
4#define DEFAULT_R_SEED 12345
5#define DEFAULT_S_SEED 54321
6
7#endif /* CONSTANTS_H */