Maybe try:
    
    
    parallel:
            for i in 0 .. min(counts.high, lines.high):
                counts[i] = spawn countBC(lines[i])
    
    
    
    Run

A better bounds checker is coming soon (?)

Reply via email to