dzaima / CBQN

a BQN implementation in C
GNU General Public License v3.0
329 stars 46 forks source link

Native Join #30

Closed mlochbaum closed 2 years ago

mlochbaum commented 2 years ago

Covers all cases; tested up to rank 4 but not super thoroughly. Not a lot of memory management here so any bugs would probably be logical instead of me just using things wrong. I did use m_shArr to allocate a buffer of usz values, and maybe there's a more preferred way to do that.