What is the status of parallelism in Nim?
I ask because I would like to begin developing a performant linear algebra library including iterative solvers, which I want to be parallelised from the start.
For example, am I correct in thinking that the parallel statement is being deprecated?
... too many to list them here...
For an introduction, see my Malebolgia project.
Thanks for this , Araq.
I was aware of these libraries but they seem to be abandoned?!. Hence, one of the reasons for my question on the topic.
All the linear algebra libraries I have seen are also single-threaded except for Arraymancer, but it is not a linear algebra library in the usual sense.
I will look at using malebolgia as it seems reasonably straightforward.