Comment by zbowling
> a "low-overhead" parallelization library
Who is out here building high-overhead parallelization libraries?
> a "low-overhead" parallelization library
Who is out here building high-overhead parallelization libraries?
Check out my high-overhead replacement for 'cat' in BASH
~ $ type cat
cat is a function
cat ()
{
while read; do
printf '%s\n' "$REPLY";
done < "$@"
}
It probably butchers things. Why? I got bored in a meeting and someone accidentally posted 'cat' to TeamsStop publishing software, you don't refine your meal constantly! Enough is enough!
In the early 2000s we were still in high school and a friend of mine told me that it's pointless to chose a carrier in SWE because eventually all the software will be written and there would be nothing to do.
Well we both ended up in CS but it's really a funny take nowadays (by then I wasn't so sure and it made me worry a bit).
I have almost certainly built high overhead parallelization primitives during my junior years.