Bit-packed GF2 #502
Replies: 2 comments 6 replies
-
Hey Amir, thanks for reaching out. I did something similar with bit-packing GF(2) arrays in the past. What kinds of operations do you desire with a bit-packed array? Simple addition and multiplication? Or more complex things like matrix multiplication? I can see a use-case here. There would probably need to be a separate class, perhaps |
Beta Was this translation helpful? Give feedback.
-
Sounds good. We haven't started on this work yet, so we are open to any pointers you wish to provide. |
Beta Was this translation helpful? Give feedback.
-
Hi Matt,
We've been using GF2 for a project and it's been quite useful, but have since needed to move to bit-packing for performance reasons. Is this something you've ever thought about adding or would want to have included in the package (only for GF2 specifically). We have a few routes we can move forward with, such as rolling our own package or possibly contributing some work back to Galois, so I figured I'd ask.
Cheers,
Amir
Beta Was this translation helpful? Give feedback.
All reactions