1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Drop TTClusterSize from 5 to 4

Very small obvious functional change

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski 2010-05-22 11:51:22 +03:00 committed by Marco Costalba
parent 66b751713e
commit de0c9e84ca

View file

@ -74,7 +74,7 @@ private:
/// This is the number of TTEntry slots for each position
const int ClusterSize = 5;
const int ClusterSize = 4;
/// Each group of ClusterSize number of TTEntry form a TTCluster
/// that is indexed by a single position key. Cluster is padded