I don't know where the POST code is run, maybe not the CPU ? Also, i'd imagine this sort of code to not parallelise the checks because it try very hard to be bug-free, so we are looking at a piece of code scanning the whole RAM linearly, I don't think you reach anything near the max bandwith of your stick of RAM in this scenario.
The problem here is that it does that at every boot, it should do it once, you maybe have disable fast-boot options or equivalent in the bios ?
A huge amount of boot time seems to be because BIOS waits several seconds(!) by default for various hardware to get into a stable state after powering up.
My BIOS takes like 20 seconds to POST, and that's apparently normal. (then ~10 seconds for the OS to boot)