Skip to content

Arkouda Performance Testing

hokiegeek2 edited this page Apr 17, 2023 · 5 revisions
ints = ak.randint(low=0, high=10000, size=2000000)
ints_two = ak.randint(low=0, high=10000, size=2000000)
%time ak.argsort(ints)
%time ak.GroupBy(ints)
%time ak.coargsort([ints,ints_two])

Arkouda on Kubernetes

image

image

image

Arkouda on Slurm

image

image

image