Downsizing Struct
This commit is contained in:
parent
bb98bc92ef
commit
44af60563d
@ -39,8 +39,8 @@ struct QueryEdge {
|
||||
NodeID source;
|
||||
NodeID target;
|
||||
struct EdgeData {
|
||||
NodeID id;
|
||||
int distance;
|
||||
NodeID id:31;
|
||||
int distance:30;
|
||||
bool shortcut:1;
|
||||
bool forward:1;
|
||||
bool backward:1;
|
||||
|
Loading…
Reference in New Issue
Block a user