Tagged Questions
1
vote
0answers
104 views
Why doesn't ParallelMap improve the performance of FoldList?
This question arose during my analysis of the following problem: filling gaps. (The code used here is Simon Woods's work.)
FoldList seems to not cooperate with ...
8
votes
0answers
182 views
Using Compile to speed up Function with PermutationProduct
I have the following fairly simple routine dot involving PermutationProduct that I wish to speed up using ...
