dzaima / CBQN

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

Group, Where, Compress #42

Closed mlochbaum closed 2 years ago

mlochbaum commented 2 years ago

Pattern handling for dyadic and both valences of /. Covers sparse boolean masks in / and cases of where 𝕨 is sorted, has many ¯1s, or changes value rarely. Doesn't hit the "grouped" case for /, where +´»⊸≠𝕨 is small.

dzaima commented 2 years ago

diffs