esabo / CodingTheory

A coding theory library for Julia.
https://esabo.github.io/CodingTheory/
BSD 3-Clause "New" or "Revised" License
26 stars 11 forks source link

support `sparse` matrices to make computation of `logicals` faster #28

Open Fe-r-oz opened 2 months ago

Fe-r-oz commented 2 months ago

Following insightful discussion with Eric, I am opening this issue to monitor progress.

At present, there is a noticeable delay in displaying the output because of the computation of logicals that needs to take place. Using sparse matrices will help speed up the performance.