You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the queues used in balance.c are all rpq_t, but all operations it is used with are integer keys that are implicitly cast to floats. Would it be better to replace these with ipq_t and its associated functions?
The text was updated successfully, but these errors were encountered:
I noticed that the queues used in
balance.c
are allrpq_t
, but all operations it is used with are integer keys that are implicitly cast to floats. Would it be better to replace these withipq_t
and its associated functions?The text was updated successfully, but these errors were encountered: