HomeClusterLabs Projects

Refactor: scheduler: drop score from sorted_set_t

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: scheduler: drop score from sorted_set_t

Parse it when needed instead. This will be more efficient in the common case of
only one attribute set, and less efficient as the number grows, but there are
rarely more than 3 in the real world. This will help simplify the code.

Details

Provenance
kgaillotAuthored on Apr 8 2024, 4:09 PM

Commit No Longer Exists

This commit no longer exists in the repository.