Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Currently, volcano planner stores rel node importances with a map. In fact, the value of the map can only be 0.
So there is no need to store the values, and we replace the map with a set to store nodes whose importances are 0.
This makes the code logic clearer, and avoids instability caused by comparing floating point values.
Attachments
Issue Links
- links to