glm.min
and glm.max
benchmark slower than python 3.11 min
and max
operating over glm.array[glm.c_float]
#211
Labels
My benchmark was pretty informal, I used this hyperfine invocation:
The two python scripts were this file, but with one of the two benchmarks uncommented in each:
I got this output:
My first attempt used very small arrays. But I increased the array size a lot, and python min and max are still faster. I looked at #147, thinking maybe that slowed down
min
andmax
? But I'm not sure.The text was updated successfully, but these errors were encountered: