Improve performance of conversion between mzed_t and mzebd_t

Issue #4 resolved
Martin Albrecht repo owner created an issue

Conversion between the bitsliced and the flat representation of matrices is expensive enough to cost about 15% of time for multiplication of reasonably sized. We should attempt to improve the performance of this conversion, for instance by constructing some conversion tables which deal with more than //e// bits at a time.

Comments (1)

  1. Log in to comment