dzaima / CBQN

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

1, 2, and 4-byte `∊⊒⊐` with lookup tables #36

Closed mlochbaum closed 2 years ago

mlochbaum commented 2 years ago

Didn't try 4-byte (other than the <32 element case); the only approach I see there is a faster hash table. Would appreciate it if you could check my size math around the two "Allocations" comments.