Dale TovarApr 15, 202110 minLeveraging sparsity for efficient data manipulation: the GCXS sparse array formatThere's a new sparse array format in PyData/Sparse. Check it out here.
Dale TovarNov 13, 20204 minExtending Numba Types for Clean, Fast CodeThe scientific Python ecosystem relies on compiled code for fast execution. While it is still common to see C++ and C code contributed to...