I'm running gnuapl 1.5 with the experimental parallel features enabled. Running the following two lines across four cores:
a←b←⍳x←1000
a-⊂b ⍝This line seems to take a very long time to compute.
For smaller values of x (such as ten and one hundred), this computation doesn't have any noticeable lag.
Can anyone recommend a different approach than a-⊂b