Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It would be nice to see some comparison to JAX.

Is it mostly that arrays in Awkward are, sort of, unstructured? JIT-ed, ADed JAX on JSON-like structures, on GPU?



This isn't really comparable to JAX afaict - JAX offers only masked dense computation, this is first-class ragged support with no mention of autodiff or jit (outside of numba)


There is definitely a comparison to be made, because JAX gets a big speed gain by embracing that limitation.


It’s a ragged array that you can work with in python code, but also Jax and numba code.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: