Really impressive. You wrote your own optimized gemm in Nim and this is on par with the big shot BLAS implementations around.
Do you happen to have implementation for (or Nim bindings to) dense linear solvers (e.g., partial pivoting LU)? What do you recommend me to use for this in Nim? I have seen this library called Neo; I wonder if it is actively developed (last commit is from 6 months).
