Hacker News new | ask | show | jobs
by djwjjtw 84 days ago
The expression fusion story is compelling, but numexpr already does single-pass fused evaluation with multi-threading and avoids temporaries. How does ironkernel compare on the same where(x > 0, sqrt(abs(x)) + sin(x), 0) benchmark? The 2.25x over NumPy is nice but numexpr would be the real baseline here.