|
|
|
|
|
by binomiq
2267 days ago
|
|
Were these benchmarks before or after 2020.03.26? There was a bug that caused max operations to take twice as long. From the KDB+ 4.0 release notes: 2020.03.26
FIX
fixed performance regression for max. e.g.
q)x:100000000?100;system"ts:10 max x" |
|