They are also using @njit(parallel=True)
for the trigonometric Python+Numba code, while not using Julia @threads
. This purpose of this benchmark is ostensibly to measure “function evaluation”, though most of the time is spent on array allocation.
I think the benchmarks need some thoughtful input.