Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
src
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 */
Generated on Tue Oct 4 2022 15:20:47 for Multi-core Hash Joins by
1.9.4