
7 Feb
2018
7 Feb
'18
1:58 p.m.
On 02/07/2018 12:18 PM, Peter Krempa wrote:
ACK with the variable declaration fixed. 'n' in case of the number of numa nodes will be rather small, so it should not be a problem to use O(n^2) algorithm here.
Agreed. We have plenty of O(n^2) algorithms in our code (even O(n^3) I guess). Anyway, put the variable declaration on a separate line and pushed. Thanks. Michal