logoalt Hacker News

beanjuiceIIyesterday at 6:24 PM1 replyview on HN

dang and u did all that without a 10 year journey


Replies

jkool702yesterday at 10:29 PM

10 years represents going from

    maxJobs=$(nprocs)
    while read -r nn; do
      code_to_parallelize "$nn"
      (( $(jobs -p | wc -l) > maxJobs )) && wait -n
    done < inputs
to a NUMA-Aware Contention-Free Dynamically-Auto-Tuning Bash-Native Streaming Parallelization Engine. I dare say 10 years is about the norm for going from "beginner" to "PhD-level" work.