Parallel computing allows breaking problems into independent pieces that can be computed simultaneously across multiple processors. The document discusses using the snow package in R to set up a simple parallel cluster on a single machine and perform operations like bootstrapping in parallel. It also mentions more advanced high performance computing techniques for large memory, compiled code, profiling, and batch scheduling.